Loading pkgs/development/compilers/llvm/common/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -456,6 +456,7 @@ let extraPackages = [ ]; extraBuildCommands = mkExtraBuildCommands0 cc; } # FIXME: This should be inside the `wrapCCWith` call. // lib.optionalAttrs ( lib.versionAtLeast metadata.release_version "15" && stdenv.targetPlatform.isWasm ) { nixSupport.cc-cflags = [ "-fno-exceptions" ]; }; Loading Loading
pkgs/development/compilers/llvm/common/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -456,6 +456,7 @@ let extraPackages = [ ]; extraBuildCommands = mkExtraBuildCommands0 cc; } # FIXME: This should be inside the `wrapCCWith` call. // lib.optionalAttrs ( lib.versionAtLeast metadata.release_version "15" && stdenv.targetPlatform.isWasm ) { nixSupport.cc-cflags = [ "-fno-exceptions" ]; }; Loading