diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-23 07:38:14 +0000 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-23 16:51:20 -0700 |
| commit | eff6b688c305076a01d82e51c05f08c554bf5a5a (patch) | |
| tree | 7493f9e41c55713cec537a8d8f27bc48abd99781 | |
| parent | c01289869d3a0079e068e5d40acda046166ba547 (diff) | |
Strip executables by default
| -rw-r--r-- | toolchain/default.ninja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/default.ninja b/toolchain/default.ninja index 528c1d95..6b79f370 100644 --- a/toolchain/default.ninja +++ b/toolchain/default.ninja @@ -2,4 +2,4 @@ ar = ar cc = cc cflags = -O2 -march=native -pipe -ldflags = -static +ldflags = -static -s |
