Commit df02fcb7 authored by Robert Scott's avatar Robert Scott
Browse files

cc-wrapper: don't use fortify-headers for non-gcc compilers

parent e45b9d1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ let

  includeFortifyHeaders' = if includeFortifyHeaders != null
    then includeFortifyHeaders
    else targetPlatform.libc == "musl";
    else (targetPlatform.libc == "musl" && isGNU);

  # Prefix for binaries. Customarily ends with a dash separator.
  #