Skip to content

Commit 65287dd

Browse files
committed
[Bootstrap] Force-enable the backtracer.
This *might* break things, but I need it to debug a test. rdar://160273124
1 parent 723b7c8 commit 65287dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/bootstrap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,7 @@ def get_swiftpm_env_cmd(args):
907907
env_cmd.append("SWIFTCI_DISABLE_SDK_DEPENDENT_TESTS=YES")
908908

909909
env_cmd += [
910+
"SWIFT_BACKTRACE=enable=yes,warnings=suppressed",
910911
"SWIFT_EXEC=" + args.swiftc_path,
911912
"SWIFT_DRIVER_SWIFT_EXEC=" + args.swiftc_path,
912913
"CC=" + args.clang_path,

0 commit comments

Comments
 (0)