ports/sysutils/shunt/patches/patch-src_Macros_mk

27 lines
493 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- src/Macros.mk.orig Fri Sep 14 18:17:05 2007
+++ src/Macros.mk Fri Sep 14 18:17:25 2007
@@ -4,12 +4,12 @@
LIBRARY = ../../lib/libshunt.a
-CC = gcc
+#CC = gcc
ifdef DEBUG
DCFLAGS += -g
else
- DCFLAGS += -O2 -DNDEBUG
+ DCFLAGS += -DNDEBUG
endif
ifdef PROFILE
@@ -17,7 +17,7 @@ ifdef PROFILE
endif
CPPFLAGS += -MMD
-CFLAGS = $(DCFLAGS) -Wall $(PROFILE_FLAGS)
+CFLAGS += $(DCFLAGS) -Wall $(PROFILE_FLAGS)
#STATIC += -static
LDFLAGS += $(STATIC) $(PROFILE_FLAGS)