Merge pull request #183484 from trofi/strip-windows.mingw_w64

windows.mingw_w64: enable stripping
This commit is contained in:
Sergei Trofimovich 2022-07-30 22:09:47 +01:00 committed by GitHub
commit d3a9a89ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ in stdenv.mkDerivation {
enableParallelBuilding = true;
buildInputs = [ windows.mingw_w64_headers ];
dontStrip = true;
hardeningDisable = [ "stackprotector" "fortify" ];
meta = {