We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42927c commit de2cdbdCopy full SHA for de2cdbd
compiler/ghc/default.nix
@@ -495,6 +495,7 @@ stdenv.mkDerivation (rec {
495
496
hardeningDisable = [ "format" ]
497
++ lib.optional (stdenv.targetPlatform.isAarch32 || enableRelocatedStaticLibs) "pic"
498
+ ++ lib.optional stdenv.targetPlatform.isMusl "pie"
499
++ lib.optional enableDWARF "fortify";
500
501
postInstall = lib.optionalString (enableNUMA && targetPlatform.isLinux) ''
0 commit comments