From 0d2de2ba9c616862d7881f089382db772d034f89 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 27 Oct 2019 17:25:16 -0400 Subject: Various updates --- Makefile.shared | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.shared') 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 -- cgit v1.2.3-70-g09d2