Do not strip at link stage Building with debug symbols is worthless unless LDFLAGS are manually adjusted as well.
Hiltjo Posthuma hiltjo@codemadness.org
Sat, 02 Jun 2018 17:01:24 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
config.mk
→
config.mk
@@ -25,7 +25,7 @@
# flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS) CFLAGS = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS) -LDFLAGS = -s $(LIBS) +LDFLAGS = $(LIBS) # compiler and linker CC = cc