aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-11-01 14:04:14 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-11-01 14:04:14 +0800
commita81be306bef676256a45ccb76d5563a6aa02914a (patch)
treea6527b398ed48035879cddd20dc2d5cd8d28ecc8
parent2914dc47feebce118d5e7572ced1fdd8d1852b1c (diff)
downloaddexon-mcl-a81be306bef676256a45ccb76d5563a6aa02914a.tar.gz
dexon-mcl-a81be306bef676256a45ccb76d5563a6aa02914a.tar.zst
dexon-mcl-a81be306bef676256a45ccb76d5563a6aa02914a.zip
remove -martch=native option
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index a05f5c9..5c749e1 100644
--- a/common.mk
+++ b/common.mk
@@ -78,7 +78,7 @@ else
endif
ifeq ($(MARCH),)
ifeq ($(INTEL),1)
- CFLAGS_OPT+=-march=native
+# CFLAGS_OPT+=-march=native
endif
else
CFLAGS_OPT+=$(MARCH)