summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-12-10 19:09:55 -0800
committerMichael Forney <mforney@mforney.org>2016-12-10 19:09:55 -0800
commitf49bded6afb404a810b3654d8a2ddeeee9ea1831 (patch)
tree18dec97da43f38017d832b1dfcd14caae6743fe3 /toolchain
parentf3a0aab243ef1d93f0fd9398aa35c084a7d7c058 (diff)
Remove -march=native from default toolchain
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/default.ninja2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/default.ninja b/toolchain/default.ninja
index 4d711437..a990a1ce 100644
--- a/toolchain/default.ninja
+++ b/toolchain/default.ninja
@@ -3,6 +3,6 @@ as = as
cc = cc
cxx = c++
-cflags = -O2 -march=native -pipe
+cflags = -O2 -pipe
cxxflags = $cflags
ldflags = -static -s