diff options
| author | Michael Forney <mforney@mforney.org> | 2016-12-12 17:02:48 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-12-13 23:10:30 -0800 |
| commit | cdb65e99c7957a30229a63fe15c5023b1f612cf9 (patch) | |
| tree | 2e883c469ab1cd921992ab536c882c32b4ca40c8 /toolchain | |
| parent | e25d78ba67971fe7c29af16ebd9aeef6b382bd7e (diff) | |
Move {cc,cxx,ld}flags settings from toolchain to config
Diffstat (limited to 'toolchain')
| -rw-r--r-- | toolchain/default.ninja | 4 |
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 |
