From 7ee4dcde7b6d548331c390b8e1d3e6e8caa36c61 Mon Sep 17 00:00:00 2001 From: David Given Date: Thu, 2 Jun 2016 12:06:54 +0200 Subject: [PATCH] Don't strip binaries so we retain debugging information. --HG-- branch : default-branch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c88331d39..0a2e7cab7 100644 --- a/Makefile +++ b/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 # -- 2.34.1