commit | ee291c30f3c82572183b3f430ea532b44f9202de | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Mar 20 15:29:20 2014 -0700 |
committer | Brian Silverman <brians> | Thu Mar 20 15:29:20 2014 -0700 |
tree | 6599696e970a1a74be2fcf16d8d22ac4b108f888 | |
parent | c88d81559915a2627531a20260020a5e8c349c55 [diff] |
-fstack-protector-all never caught any bugs and was using ~5% more CPU
diff --git a/aos/build/aos.gypi b/aos/build/aos.gypi index 150aa65..4cd9a9d 100644 --- a/aos/build/aos.gypi +++ b/aos/build/aos.gypi
@@ -101,8 +101,6 @@ 'cflags': [ '-mcpu=cortex-a8', '-mfpu=neon', - - '-fstack-protector-all', ], }], ['PLATFORM=="linux-amd64"', {