summaryrefslogtreecommitdiff
path: root/games-misc/bsd-games/files/bsd-games-3.3-no-strip.patch
blob: a94d439558d956e059a8a9d24f2e94c9ba32726e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Config.mk.in b/Config.mk.in
index e069054..d9ee2cb 100644
--- a/Config.mk.in
+++ b/Config.mk.in
@@ -30,7 +30,6 @@ ifdef debug
     ldflags	:= -g -rdynamic
 else
     cflags	:= -Os -g0 -DNDEBUG=1
-    ldflags	:= -s
 endif
 CFLAGS		:= -Wall -Wextra -Wstrict-prototypes -Wshadow
 cflags		+= -std=c11 @pkg_cflags@ ${CFLAGS}