bintools-wrapper: enable stackclashprotection by default
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
"fortify3"
|
||||
"pic"
|
||||
"relro"
|
||||
"stackclashprotection"
|
||||
"stackprotector"
|
||||
"strictoverflow"
|
||||
"zerocallusedregs"
|
||||
|
||||
@@ -329,7 +329,6 @@ let
|
||||
super'.stdenv.cc.defaultHardeningFlags ++ [
|
||||
"shadowstack"
|
||||
"pacret"
|
||||
"stackclashprotection"
|
||||
"trivialautovarinit"
|
||||
]
|
||||
) super'.stdenv;
|
||||
|
||||
Reference in New Issue
Block a user