13 lines
270 B
Text
13 lines
270 B
Text
|
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
|