forked from pool/mupdf
50fd3500c5
Update to upstream version 1.16.1 removal of meanwhile upstream merged patches OBS-URL: https://build.opensuse.org/request/show/724116 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=84
14 lines
511 B
Diff
14 lines
511 B
Diff
--- mupdf-1.16.1-source-orig/Makerules 2019-08-02 16:49:26.000000000 +0200
|
|
+++ mupdf-1.16.1-source/Makerules 2019-08-16 15:27:08.767439923 +0200
|
|
@@ -24,8 +24,8 @@
|
|
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
|