summaryrefslogtreecommitdiff
blob: 487c2128d12f38316ec25c9de1e07600cd93de48 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mupdf-1.0-source/Makerules
+++ mupdf-1.0-source/Makerules
@@ -6,7 +6,7 @@
 CFLAGS += -Wall
 
 ifeq "$(build)" "debug"
-CFLAGS += -pipe -g -DDEBUG
+CFLAGS += -DDEBUG
 else ifeq "$(build)" "profile"
 CFLAGS += -pipe -O2 -DNDEBUG -pg
 LDFLAGS += -pg