File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -477,15 +477,6 @@ def _compile(
477
477
* `swiftmodule`: The `.swiftmodule` file that was produced by the compiler.
478
478
"""
479
479
480
- # Force threaded mode for WMO builds, using the same number of cores that is
481
- # on a Mac Pro for historical reasons.
482
- # TODO(b/32571265): Generalize this based on platform and core count when an
483
- # API to obtain this is available.
484
- if _is_wmo (copts + swift_toolchain .command_line_copts , feature_configuration ):
485
- # We intentionally don't use `+=` or `extend` here to ensure that a
486
- # copy is made instead of extending the original.
487
- copts = copts + ["-num-threads" , "12" ]
488
-
489
480
compile_reqs = declare_compile_outputs (
490
481
actions = actions ,
491
482
copts = copts + swift_toolchain .command_line_copts ,
You can’t perform that action at this time.
0 commit comments