diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-06-07 15:25:37 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-06-07 15:25:49 +0200 |
commit | 9400707693125fc6ac472ac49bad2930a11387f1 (patch) | |
tree | 81c703ed0d7922c4c203af139b839af05102780d /Makerules | |
parent | b4002bdcd1d4176124ca4ce6fc4d3d152f1f31b9 (diff) | |
download | mupdf-9400707693125fc6ac472ac49bad2930a11387f1.tar.xz |
Remove platform specific compiler flags for build=native.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ else ifeq ($(build),coverage) CFLAGS += -pipe -g -pg -fprofile-arcs -ftest-coverage LIBS += -lgcov else ifeq ($(build),native) - CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer -march=native -mfpmath=sse + CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer -march=native LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s else ifeq ($(build),memento) CFLAGS += -pipe -g -DMEMENTO |