From f8e36f87fc7d90be0612e8e53407f56e217fe49b Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Thu, 9 Jul 2020 22:59:52 -0700 Subject: added -g by default. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2361028..55c2142 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ LUA_VERSION = 5.1 TARGET = cjson.so PREFIX = /usr/local #CFLAGS = -g -Wall -pedantic -fno-inline -CFLAGS = -O3 -Wall -pedantic -DNDEBUG +CFLAGS = -O3 -Wall -pedantic -DNDEBUG -g CJSON_CFLAGS = -fpic CJSON_LDFLAGS = -shared LUA_INCLUDE_DIR ?= $(PREFIX)/include -- cgit v1.2.3-55-g6feb