mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[utils/swift_build_sdk_interfaces.py] Remove passing '-track-system-dependencies' when prebuilding modules from the interfaces
Including all the system header dependencies and `stat`ing them all the time introduces significant performance overhead for normal compilation, and other features like code-completion, without being worth it in practice.
This commit is contained in:
@@ -253,7 +253,6 @@ def process_module(module_file):
|
||||
'-build-module-from-parseable-interface',
|
||||
'-sdk', args.sdk,
|
||||
'-prebuilt-module-cache-path', args.output_dir,
|
||||
'-track-system-dependencies'
|
||||
]
|
||||
module_cache_path = ""
|
||||
if args.module_cache_path:
|
||||
|
||||
Reference in New Issue
Block a user