Loading pkgs/development/compilers/llvm/common/default.nix +0 −1 Original line number Diff line number Diff line Loading @@ -440,7 +440,6 @@ let extraBuildCommands = mkExtraBuildCommands0 cc; } // lib.optionalAttrs (lib.versionAtLeast metadata.release_version "14") { # "-nostartfiles" used to be needed for pkgsLLVM, causes problems so don't include it. nixSupport.cc-cflags = lib.optional ( lib.versionAtLeast metadata.release_version "15" && stdenv.targetPlatform.isWasm ) "-fno-exceptions"; Loading Loading
pkgs/development/compilers/llvm/common/default.nix +0 −1 Original line number Diff line number Diff line Loading @@ -440,7 +440,6 @@ let extraBuildCommands = mkExtraBuildCommands0 cc; } // lib.optionalAttrs (lib.versionAtLeast metadata.release_version "14") { # "-nostartfiles" used to be needed for pkgsLLVM, causes problems so don't include it. nixSupport.cc-cflags = lib.optional ( lib.versionAtLeast metadata.release_version "15" && stdenv.targetPlatform.isWasm ) "-fno-exceptions"; Loading