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.4.3-strip.patch

18 lines
300 B

--- a/src/Makefile
+++ b/src/Makefile
@@ -21,10 +21,10 @@
$(NAME): $(OBJ)
@echo " [gcc] $(NAME)"
@$(CC) $(CFLAGS) $(OBJ) $(LDFLAGS) -o $(NAME)
-ifneq ($(DEBUG),1)
- @echo " [strip] $(NAME)"
- @strip $(NAME)
-endif
+#ifneq ($(DEBUG),1)
+# @echo " [strip] $(NAME)"
+# @strip $(NAME)
+#endif