diff options
| author | Alexander <alex@cogarr.net> | 2019-10-27 17:25:16 -0400 |
|---|---|---|
| committer | Alexander <alex@cogarr.net> | 2019-10-27 17:25:16 -0400 |
| commit | 0d2de2ba9c616862d7881f089382db772d034f89 (patch) | |
| tree | 5fc58b63c593e2ac17f3353b50318c299f643390 /Makefile.shared | |
| parent | c9db55cdc2f69c3dc7aefabe0cc828a64e377024 (diff) | |
| download | brokengine-0d2de2ba9c616862d7881f089382db772d034f89.tar.gz brokengine-0d2de2ba9c616862d7881f089382db772d034f89.tar.bz2 brokengine-0d2de2ba9c616862d7881f089382db772d034f89.zip | |
Various updates
Diffstat (limited to 'Makefile.shared')
| -rw-r--r-- | Makefile.shared | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.shared b/Makefile.shared index f2192b9..05466b5 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -51,7 +51,8 @@ CLIENT_SRC=\ src/client/lua_api/scene/imesh\ src/client/lua_api/video/iimage\ src/client/lua_api/video/itexture\ - src/client/lua_api/video/smaterial + src/client/lua_api/video/smaterial\ + src/client/lua_api/video/draw SERVER_SRC=\ src/server/main\ @@ -65,6 +66,6 @@ ifeq ($(DEBUG), true) CFLAGS += -g -shared -Wall -Werror -fPIC LDFLAGS += -shared else - CFLAGS += -static - #LDFLAGS += -static + CFLAGS += -static -O3 + LDFLAGS += -static endif |
