Don't strip binaries so we retain debugging information.

--HG--
branch : default-branch
This commit is contained in:
David Given 2016-06-02 12:06:54 +02:00
parent ef8e6e25e0
commit 7ee4dcde7b

View file

@ -25,7 +25,7 @@ BUILDDIR = $(ACK_TEMP_DIR)/ack-build
# What build flags do you want to use?
CFLAGS = -g
LDFLAGS = -s
LDFLAGS =
# ======================================================================= #
# END OF CONFIGURATION #