summaryrefslogtreecommitdiff
blob: a6caa30c95ce0ad96eb6d04b7f7d9faaa86adb8f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mupdf-1.9a/Makerules
+++ mupdf-1.9a/Makerules
@@ -10,7 +10,7 @@
 CFLAGS += -Wall
 
 ifeq "$(build)" "debug"
-CFLAGS += -pipe -g -DDEBUG
+CFLAGS += -DDEBUG
 LDFLAGS += -g
 else ifeq "$(build)" "release"
 CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer