bootstrap-tools-musl: match bootstrap-tools hardeningUnsupportedFlags

seems we missed adding stackclashprotection
This commit is contained in:
Robert Scott
2024-07-14 21:25:47 +01:00
parent 8cc85654bc
commit c68739f4f0
@@ -15,5 +15,10 @@ derivation ({
langC = true;
langCC = true;
isGNU = true;
hardeningUnsupportedFlags = [ "fortify3" "zerocallusedregs" "trivialautovarinit" ];
hardeningUnsupportedFlags = [
"fortify3"
"stackclashprotection"
"trivialautovarinit"
"zerocallusedregs"
];
} // extraAttrs)