Index: mupdf-1.22.1-source/Makerules
===================================================================
--- mupdf-1.22.1-source.orig/Makerules
+++ mupdf-1.22.1-source/Makerules
@@ -83,8 +83,8 @@ ifeq ($(build),debug)
CFLAGS += -pipe -g
LDFLAGS += -g
else ifeq ($(build),release)
- CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer
- LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s
+ CFLAGS += -pipe -O2 -DNDEBUG
+ LDFLAGS += $(LDREMOVEUNREACH)
else ifeq ($(build),small)
CFLAGS += -pipe -Os -DNDEBUG -fomit-frame-pointer
LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s