gentoo-ebuilds/games-misc/bsd-games/files/bsd-games-3.3-no-strip.patch
James Le Cuirot a81d8609c6
games-misc/bsd-games: Version bump to 3.3
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2024-08-17 17:29:17 +01:00

12 lines
333 B
Diff

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}