diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2010-05-25 11:29:57 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2010-05-25 11:29:57 +0000 |
commit | 4d9bd5c40d64cde3f3aa8c6cd2518aa800f54b9c (patch) | |
tree | 1aab0c4c3e08118e979e89775690816f4a208e1a /gnu | |
parent | 69524634b4bd806319c98cdbbba47d3e17499849 (diff) |
Enable -fstack-protector by default.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/gcc/gcc/common.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/gcc/gcc/common.opt b/gnu/gcc/gcc/common.opt index 4fcd7f475f4..d0991d244f9 100644 --- a/gnu/gcc/gcc/common.opt +++ b/gnu/gcc/gcc/common.opt @@ -863,7 +863,7 @@ Common RejectNegative Joined -fstack-limit-symbol=<name> Trap if the stack goes past symbol <name> fstack-protector -Common Report Var(flag_stack_protect, 1) +Common Report Var(flag_stack_protect, 1) Init(1) Use propolice as a stack protection method fstack-protector-all |