summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-12-12 17:02:48 -0800
committerMichael Forney <mforney@mforney.org>2016-12-13 23:10:30 -0800
commitcdb65e99c7957a30229a63fe15c5023b1f612cf9 (patch)
tree2e883c469ab1cd921992ab536c882c32b4ca40c8 /toolchain
parente25d78ba67971fe7c29af16ebd9aeef6b382bd7e (diff)
Move {cc,cxx,ld}flags settings from toolchain to config
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/default.ninja4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/default.ninja b/toolchain/default.ninja
index a990a1ce..7118c79c 100644
--- a/toolchain/default.ninja
+++ b/toolchain/default.ninja
@@ -2,7 +2,3 @@ ar = ar
as = as
cc = cc
cxx = c++
-
-cflags = -O2 -pipe
-cxxflags = $cflags
-ldflags = -static -s