mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
mingw-w64: Disable stack hardening of the runtime
Do this because it is built with the static stage
This commit is contained in:
parent
2365e2ffcd
commit
2e0ebc0532
@ -4,4 +4,5 @@ stdenv.mkDerivation {
|
||||
inherit (callPackage ./common.nix {}) name src;
|
||||
buildInputs = [ windows.mingw_w64_headers ];
|
||||
dontStrip = true;
|
||||
hardeningDisable = [ "stackprotector" "fortify" ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user