bootstrap-tools-musl: match bootstrap-tools hardeningUnsupportedFlags

seems we missed adding stackclashprotection
This commit is contained in:
Robert Scott 2024-07-11 23:10:19 +01:00
parent 8cc85654bc
commit c68739f4f0

View File

@ -15,5 +15,10 @@ derivation ({
langC = true;
langCC = true;
isGNU = true;
hardeningUnsupportedFlags = [ "fortify3" "zerocallusedregs" "trivialautovarinit" ];
hardeningUnsupportedFlags = [
"fortify3"
"stackclashprotection"
"trivialautovarinit"
"zerocallusedregs"
];
} // extraAttrs)