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 723b7c8 commit 65287ddCopy full SHA for 65287dd
Utilities/bootstrap
@@ -907,6 +907,7 @@ def get_swiftpm_env_cmd(args):
907
env_cmd.append("SWIFTCI_DISABLE_SDK_DEPENDENT_TESTS=YES")
908
909
env_cmd += [
910
+ "SWIFT_BACKTRACE=enable=yes,warnings=suppressed",
911
"SWIFT_EXEC=" + args.swiftc_path,
912
"SWIFT_DRIVER_SWIFT_EXEC=" + args.swiftc_path,
913
"CC=" + args.clang_path,
0 commit comments