wasilibc: re-enable hardening options

These were disabled in https://github.com/NixOS/nixpkgs/pull/455043, 
but, with the wasilibc bump, are no longer needed to build libcxx.
This commit is contained in:
Sam Pointon
2026-07-01 19:49:15 +01:00
parent c2cb8bc9e3
commit 37bc783497
-6
View File
@@ -40,12 +40,6 @@ stdenvNoLibc.mkDerivation (finalAttrs: {
wkg
];
# These flags break pkgsCross.wasi32.llvmPackages.libcxx
hardeningDisable = [
"libcxxhardeningfast"
"libcxxhardeningextensive"
];
outputs = [
"out"
"dev"