]> git.pld-linux.org Git - packages/mupdf.git/blob - mupdf-flags.patch
up to 1.23.10
[packages/mupdf.git] / mupdf-flags.patch
1 --- mupdf-1.18.0-source/Makerules.orig  2020-10-07 12:35:03.000000000 +0200
2 +++ mupdf-1.18.0-source/Makerules       2021-07-18 20:55:06.667136139 +0200
3 @@ -40,8 +40,8 @@
4    CFLAGS += -pipe -g
5    LDFLAGS += -g
6  else ifeq ($(build),release)
7 -  CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer
8 -  LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s
9 +  CFLAGS += -DNDEBUG
10 +  LDFLAGS += $(LDREMOVEUNREACH)
11  else ifeq ($(build),small)
12    CFLAGS += -pipe -Os -DNDEBUG -fomit-frame-pointer
13    LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s
This page took 0.092264 seconds and 3 git commands to generate.