From 9400707693125fc6ac472ac49bad2930a11387f1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 7 Jun 2018 15:25:37 +0200 Subject: Remove platform specific compiler flags for build=native. --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makerules') 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 -- cgit v1.2.3