16 lines
397 B
Text
16 lines
397 B
Text
|
Index: Makefile.inc
|
||
|
|
||
|
Take out -g and -Os
|
||
|
|
||
|
--- Makefile.inc.orig
|
||
|
+++ Makefile.inc
|
||
|
@@ -15,7 +15,7 @@ else
|
||
|
datarootdir= $(prefix)/share
|
||
|
endif
|
||
|
|
||
|
-CFLAGS += -g -Wall -Os -std=gnu99
|
||
|
+CFLAGS += -Wall -std=gnu99
|
||
|
CFLAGS += -Wextra -Wdeclaration-after-statement -Wno-format-zero-length \
|
||
|
-Wold-style-definition -Woverflow -Wpointer-arith \
|
||
|
-Wstrict-prototypes -Wunused -Wvla -Wunused-result
|