ports/x11/jgmenu/patches/patch-Makefile_inc

16 lines
397 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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