forked from pool/mupdf
82a730fc8a
Update to 1.24.8 OBS-URL: https://build.opensuse.org/request/show/1191851 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=130
12 lines
415 B
Diff
12 lines
415 B
Diff
--- mupdf-1.23.3-source/Makerules.orig 2023-09-20 07:55:15.822969071 +0200
|
|
+++ mupdf-1.23.3-source/Makerules 2023-09-20 07:55:39.019862276 +0200
|
|
@@ -93,7 +93,7 @@
|
|
LDFLAGS += -g
|
|
else ifeq ($(build),release)
|
|
CFLAGS += -pipe -O2 -DNDEBUG
|
|
- LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s
|
|
+ LDFLAGS += $(LDREMOVEUNREACH)
|
|
else ifeq ($(build),small)
|
|
CFLAGS += -pipe -Os -DNDEBUG
|
|
LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s
|