mingw-w64: Disable stack hardening of the runtime

Do this because it is built with the static stage
wip/yesman
Bojan Nikolic 7 years ago committed by John Ericson
parent 2365e2ffcd
commit 2e0ebc0532
  1. 1
      pkgs/os-specific/windows/mingw-w64/default.nix

@ -4,4 +4,5 @@ stdenv.mkDerivation {
inherit (callPackage ./common.nix {}) name src;
buildInputs = [ windows.mingw_w64_headers ];
dontStrip = true;
hardeningDisable = [ "stackprotector" "fortify" ];
}

Loading…
Cancel
Save