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:
@@ -40,12 +40,6 @@ stdenvNoLibc.mkDerivation (finalAttrs: {
|
||||
wkg
|
||||
];
|
||||
|
||||
# These flags break pkgsCross.wasi32.llvmPackages.libcxx
|
||||
hardeningDisable = [
|
||||
"libcxxhardeningfast"
|
||||
"libcxxhardeningextensive"
|
||||
];
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
|
||||
Reference in New Issue
Block a user