bintools-wrapper: enable stackclashprotection by default

This commit is contained in:
Robert Scott
2025-01-11 12:31:08 +00:00
parent 33e2500ef2
commit 04791f4a4d
2 changed files with 1 additions and 1 deletions

View File

@@ -43,6 +43,7 @@
"fortify3"
"pic"
"relro"
"stackclashprotection"
"stackprotector"
"strictoverflow"
"zerocallusedregs"

View File

@@ -329,7 +329,6 @@ let
super'.stdenv.cc.defaultHardeningFlags ++ [
"shadowstack"
"pacret"
"stackclashprotection"
"trivialautovarinit"
]
) super'.stdenv;