repo.or.cz
/
sgilles-overlay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
app-text/sile: restrict to lua 5.3+
[sgilles-overlay.git]
/
app-text
/
mupdf
/
files
/
mupdf-1.9a-CFLAGS.patch
blob
a6caa30c95ce0ad96eb6d04b7f7d9faaa86adb8f
1
--- mupdf-1.9a/Makerules
2
+++ mupdf-1.9a/Makerules
3
@@ -10,7 +10,7 @@
4
CFLAGS += -Wall
5
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