ports/net/purple-matrix/patches/patch-Makefile_common

13 lines
270 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Makefile.common
--- Makefile.common.orig
+++ Makefile.common
@@ -2,7 +2,7 @@
COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
-CFLAGS+=-Wall -g -O0 -Werror
+CFLAGS+=-Wall -g -Werror
CFLAGS += -DPURPLE_PLUGINS
# generate .d files when compiling