diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ LUA_VERSION = 5.1 | |||
8 | ## Build defaults | 8 | ## Build defaults |
9 | PREFIX = /usr/local | 9 | PREFIX = /usr/local |
10 | #CFLAGS = -g -Wall -pedantic -fno-inline | 10 | #CFLAGS = -g -Wall -pedantic -fno-inline |
11 | CFLAGS = -O3 -Wall -pedantic | 11 | CFLAGS = -O3 -Wall -pedantic -DNDEBUG |
12 | CJSON_LDFLAGS = -shared | 12 | CJSON_LDFLAGS = -shared |
13 | LUA_INCLUDE_DIR = $(PREFIX)/include | 13 | LUA_INCLUDE_DIR = $(PREFIX)/include |
14 | LUA_MODULE_DIR = $(PREFIX)/lib/lua/$(LUA_VERSION) | 14 | LUA_MODULE_DIR = $(PREFIX)/lib/lua/$(LUA_VERSION) |