wasilibc: disable libcxxhardeningfast and libcxxhardeningextensive (#455043)
This commit is contained in:
@@ -19,6 +19,12 @@ stdenvNoLibc.mkDerivation (finalAttrs: {
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
# These flags break pkgsCross.wasi32.llvmPackages.libcxx
|
||||
hardeningDisable = [
|
||||
"libcxxhardeningfast"
|
||||
"libcxxhardeningextensive"
|
||||
];
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"dev"
|
||||
|
||||
Reference in New Issue
Block a user