summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-06-07 15:25:37 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-06-07 15:25:49 +0200
commit9400707693125fc6ac472ac49bad2930a11387f1 (patch)
tree81c703ed0d7922c4c203af139b839af05102780d /Makerules
parentb4002bdcd1d4176124ca4ce6fc4d3d152f1f31b9 (diff)
downloadmupdf-9400707693125fc6ac472ac49bad2930a11387f1.tar.xz
Remove platform specific compiler flags for build=native.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 344d07cd..100c0d17 100644
--- a/Makerules
+++ b/Makerules
@@ -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