aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index de1c144..bf06d73 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
6## NaN, Infinity, hex. 6## NaN, Infinity, hex.
7## 7##
8## Optional built-in number conversion uses the following defines: 8## Optional built-in number conversion uses the following defines:
9## USE_INTERNAL_DTOA: Use builtin strtod/dtoa for numeric conversions. 9## USE_INTERNAL_FPCONV: Use builtin strtod/dtoa for numeric conversions.
10## IEEE_BIG_ENDIAN: Required on big endian architectures. 10## IEEE_BIG_ENDIAN: Required on big endian architectures.
11## MULTIPLE_THREADS: Must be set when Lua CJSON may be used in a 11## MULTIPLE_THREADS: Must be set when Lua CJSON may be used in a
12## multi-threaded application. Requries _pthreads_. 12## multi-threaded application. Requries _pthreads_.
@@ -54,7 +54,7 @@ LUA_BIN_DIR = $(PREFIX)/bin
54 54
55## Enable built in number conversion 55## Enable built in number conversion
56#FPCONV_OBJS = g_fmt.o dtoa.o 56#FPCONV_OBJS = g_fmt.o dtoa.o
57#CJSON_CFLAGS += -DUSE_INTERNAL_DTOA 57#CJSON_CFLAGS += -DUSE_INTERNAL_FPCONV
58 58
59## Compile built in number conversion for big endian architectures 59## Compile built in number conversion for big endian architectures
60#CJSON_CFLAGS += -DIEEE_BIG_ENDIAN 60#CJSON_CFLAGS += -DIEEE_BIG_ENDIAN