Don't strip binaries so we retain debugging information.
--HG-- branch : default-branch
This commit is contained in:
parent
ef8e6e25e0
commit
7ee4dcde7b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue