mupdf/mupdf-no-strip.patch
Paolo Stivanin bfe2c47dcb - Update to 1.25.3:
* Fix bug where structure trees were always kept.
  * Add option to drop/keep structure trees when rearranging or subsetting pages.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=138
2025-01-23 13:24:48 +00:00

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