summaryrefslogtreecommitdiff
blob: 3c44e98db1ae1d2b1c8612388006a649c8c094ba (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mupdf-1.3/Makerules
+++ mupdf-1.3/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