summaryrefslogtreecommitdiff
blob: b3bfe3fd99f1d87e8b7845ab6e9ceb8f2aaccc4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- 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