You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/pal/files/0.3.4-strip.patch

16 lines
262 B

--- pal-0.3.4/src/Makefile
+++ pal-0.3.4/src/Makefile
@@ -12,9 +12,9 @@
$(NAME): $(OBJ)
$(CC) $(CFLAGS) $(OBJ) $(LDFLAGS) -o $(NAME)
-ifneq ($(DEBUG),1)
- strip $(NAME)
-endif
+#ifneq ($(DEBUG),1)
+# strip $(NAME)
+#endif
debug: clean
@$(MAKE) DEBUG=1