From 126470cc7b6c2314c02805e4d00afe04b6b00312 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Tue, 10 May 2011 22:32:01 +0930 Subject: Add runtime option for persistent encode buffer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e2d5339..e96d736 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ LUA_INCLUDE_DIR ?= $(PREFIX)/include LUA_LIB_DIR ?= $(PREFIX)/lib/lua/$(LUA_VERSION) #CFLAGS ?= -g -Wall -pedantic -fno-inline -CFLAGS ?= -g -O2 -Wall -pedantic +CFLAGS ?= -g -O3 -Wall -pedantic override CFLAGS += -fpic -I$(LUA_INCLUDE_DIR) -DVERSION=\"$(CJSON_VERSION)\" LDFLAGS += -lm -- cgit v1.2.3-55-g6feb