From: Daniel Carl Date: Fri, 20 Dec 2013 23:50:51 +0000 (+0100) Subject: Removed -s LDFLAG to get usefull backtraces. X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=bd9ce748fa3cbc0c442dbfe94f2f0e9711dcc56b;p=vimb.git Removed -s LDFLAG to get usefull backtraces. This flag should be set by packagers if a small binary is the target. --- diff --git a/config.mk b/config.mk index d445766..03f0c7c 100644 --- a/config.mk +++ b/config.mk @@ -42,7 +42,7 @@ CFLAGS += $(shell pkg-config --cflags $(LIBS)) CFLAGS += -Wall -pipe -ansi -std=c99 -pedantic CFLAGS += -Wmissing-declarations -Wmissing-parameter-type -Wno-overlength-strings CFLAGS += ${CPPFLAGS} -LDFLAGS += -s ${LIBFLAGS} +LDFLAGS += ${LIBFLAGS} # compiler flags for the debug target DFLAGS += $(CFLAGS) -DDEBUG -ggdb -g