mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
mingw-w64: disable stackclashprotection hardening flag
This commit is contained in:
parent
0e49cbda2e
commit
d7ee5936f4
@ -29,7 +29,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ windows.mingw_w64_headers ];
|
||||
hardeningDisable = [ "stackprotector" "fortify" ];
|
||||
hardeningDisable = [ "stackprotector" "stackclashprotection" "fortify" ];
|
||||
|
||||
meta = {
|
||||
platforms = lib.platforms.windows;
|
||||
|
Loading…
Reference in New Issue
Block a user