Skip to content

Commit 6808963

Browse files
committed
Include debugging symbols by default
1 parent b1bce67 commit 6808963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-autodetect.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ CC ?= gcc
179179

180180
WARN=-W -Wall -pedantic
181181

182-
CFLAGS += -Os $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) \
182+
CFLAGS += -g -Os $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) \
183183
-DHAS_SYSTEM_ASPRINTF=$(HAS_SYSTEM_ASPRINTF)
184184

185185
LDFLAGS += -Wl,--as-needed $(LIBS) $(EXTRA_LIBS)

0 commit comments

Comments
 (0)