Skip to content

Commit f8e36f8

Browse files
committed
added -g by default.
1 parent 461c7ef commit f8e36f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ LUA_VERSION = 5.1
1515
TARGET = cjson.so
1616
PREFIX = /usr/local
1717
#CFLAGS = -g -Wall -pedantic -fno-inline
18-
CFLAGS = -O3 -Wall -pedantic -DNDEBUG
18+
CFLAGS = -O3 -Wall -pedantic -DNDEBUG -g
1919
CJSON_CFLAGS = -fpic
2020
CJSON_LDFLAGS = -shared
2121
LUA_INCLUDE_DIR ?= $(PREFIX)/include

0 commit comments

Comments
 (0)