app-text/sile: restrict to lua 5.3+
[sgilles-overlay.git] / app-text / mupdf / files / mupdf-1.9a-CFLAGS.patch
bloba6caa30c95ce0ad96eb6d04b7f7d9faaa86adb8f
1 --- mupdf-1.9a/Makerules
2 +++ mupdf-1.9a/Makerules
3 @@ -10,7 +10,7 @@
4 CFLAGS += -Wall
6 ifeq "$(build)" "debug"
7 -CFLAGS += -pipe -g -DDEBUG
8 +CFLAGS += -DDEBUG
9 LDFLAGS += -g
10 else ifeq "$(build)" "release"
11 CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer