From 0b0ac2ce45897017cfc1d1d248dc4b8925c1e195 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Sat, 31 Dec 2011 22:11:14 +1030 Subject: Add NDEBUG to performance CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9343f9..5b2b3e1 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ LUA_VERSION = 5.1 ## Build defaults PREFIX = /usr/local #CFLAGS = -g -Wall -pedantic -fno-inline -CFLAGS = -O3 -Wall -pedantic +CFLAGS = -O3 -Wall -pedantic -DNDEBUG CJSON_LDFLAGS = -shared LUA_INCLUDE_DIR = $(PREFIX)/include LUA_MODULE_DIR = $(PREFIX)/lib/lua/$(LUA_VERSION) -- cgit v1.2.3-55-g6feb