aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9343f9..5b2b3e1 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ LUA_VERSION = 5.1
8## Build defaults 8## Build defaults
9PREFIX = /usr/local 9PREFIX = /usr/local
10#CFLAGS = -g -Wall -pedantic -fno-inline 10#CFLAGS = -g -Wall -pedantic -fno-inline
11CFLAGS = -O3 -Wall -pedantic 11CFLAGS = -O3 -Wall -pedantic -DNDEBUG
12CJSON_LDFLAGS = -shared 12CJSON_LDFLAGS = -shared
13LUA_INCLUDE_DIR = $(PREFIX)/include 13LUA_INCLUDE_DIR = $(PREFIX)/include
14LUA_MODULE_DIR = $(PREFIX)/lib/lua/$(LUA_VERSION) 14LUA_MODULE_DIR = $(PREFIX)/lib/lua/$(LUA_VERSION)