summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-10-15 15:59:49 -0700
committerElliott Hughes <enh@google.com>2018-10-15 15:59:49 -0700
commit373b930724fdb8d0dd8c0717821143151076e536 (patch)
treebab5df5c0b71e0a3ec2b5c817aacd526f86c82d5
parent1b542a22f68163ee8acf14c227d70369e2117d42 (diff)
downloadmksh-373b930724fdb8d0dd8c0717821143151076e536.tar.gz
mksh: allow -fstack-protector-strong.
Our original aim here was to use stack-protector where possible, but that ironically ended up with us having _worse_ stack protection than the current default. Bug: N/A Test: boots Change-Id: Iac0f6b2e8ebd670d9c1abfe2ff314ed39c130ff2
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 1f846b0..cb2d43c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,7 +32,6 @@ cc_defaults {
"-Wno-deprecated-declarations",
"-fno-asynchronous-unwind-tables",
"-fno-strict-aliasing",
- "-fstack-protector",
"-fwrapv",
// ...various options we choose