We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461c7ef commit f8e36f8Copy full SHA for f8e36f8
Makefile
@@ -15,7 +15,7 @@ LUA_VERSION = 5.1
15
TARGET = cjson.so
16
PREFIX = /usr/local
17
#CFLAGS = -g -Wall -pedantic -fno-inline
18
-CFLAGS = -O3 -Wall -pedantic -DNDEBUG
+CFLAGS = -O3 -Wall -pedantic -DNDEBUG -g
19
CJSON_CFLAGS = -fpic
20
CJSON_LDFLAGS = -shared
21
LUA_INCLUDE_DIR ?= $(PREFIX)/include
0 commit comments