diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,9 +19,9 @@ LUA_LIB_DIR ?= $(PREFIX)/lib/lua/$(LUA_VERSION) | |||
19 | CFLAGS ?= -g -O3 -Wall -pedantic | 19 | CFLAGS ?= -g -O3 -Wall -pedantic |
20 | override CFLAGS += -fpic -I$(LUA_INCLUDE_DIR) -DVERSION=\"$(CJSON_VERSION)\" | 20 | override CFLAGS += -fpic -I$(LUA_INCLUDE_DIR) -DVERSION=\"$(CJSON_VERSION)\" |
21 | 21 | ||
22 | ## Conditional work arounds | 22 | ## Optional work arounds |
23 | # Handle Solaris platforms that are missing isinf(). | 23 | # Handle Solaris platforms that are missing isinf(). |
24 | #override CFLAGS += -DMISSING_ISINF | 24 | #override CFLAGS += -DUSE_INTERNAL_ISINF |
25 | # Handle locales that use comma as a decimal separator on locale aware | 25 | # Handle locales that use comma as a decimal separator on locale aware |
26 | # platforms. Requires POSIX-1.2008 support. | 26 | # platforms. Requires POSIX-1.2008 support. |
27 | override CFLAGS += -DUSE_POSIX_LOCALE | 27 | override CFLAGS += -DUSE_POSIX_LOCALE |