Skip to content

Commit 7ee4dcd

Browse files
committed
Don't strip binaries so we retain debugging information.
--HG-- branch : default-branch
1 parent ef8e6e2 commit 7ee4dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BUILDDIR = $(ACK_TEMP_DIR)/ack-build
2525
# What build flags do you want to use?
2626

2727
CFLAGS = -g
28-
LDFLAGS = -s
28+
LDFLAGS =
2929

3030
# ======================================================================= #
3131
# END OF CONFIGURATION #

0 commit comments

Comments
 (0)