aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cfc7a74..d34ff6d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,9 @@ LDFLAGS += -shared
15LUA_INCLUDE_DIR ?= $(PREFIX)/include 15LUA_INCLUDE_DIR ?= $(PREFIX)/include
16LUA_LIB_DIR ?= $(PREFIX)/lib/lua/$(LUA_VERSION) 16LUA_LIB_DIR ?= $(PREFIX)/lib/lua/$(LUA_VERSION)
17 17
18# Some versions of Solaris are missing isinf(). Add -DMISSING_ISINF to
19# CFLAGS to work around this bug.
20
18#CFLAGS ?= -g -Wall -pedantic -fno-inline 21#CFLAGS ?= -g -Wall -pedantic -fno-inline
19CFLAGS ?= -g -O3 -Wall -pedantic 22CFLAGS ?= -g -O3 -Wall -pedantic
20override CFLAGS += -fpic -I$(LUA_INCLUDE_DIR) -DVERSION=\"$(CJSON_VERSION)\" 23override CFLAGS += -fpic -I$(LUA_INCLUDE_DIR) -DVERSION=\"$(CJSON_VERSION)\"