mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various improvements
This commit is contained in:
parent
a14a8ecf00
commit
6558d2e265
26 changed files with 332 additions and 322 deletions
|
|
@ -82,13 +82,6 @@ class BazelCommandLine:
|
|||
]
|
||||
|
||||
self.common_debug_args = [
|
||||
# https://github.com/bazelbuild/rules_swift
|
||||
# If enabled, Swift compilation actions will use batch mode by passing
|
||||
# `-enable-batch-mode` to `swiftc`. This is a new compilation mode as of
|
||||
# Swift 4.2 that is intended to speed up non-incremental non-WMO builds by
|
||||
# invoking a smaller number of frontend processes and passing them batches of
|
||||
# source files.
|
||||
'--features=swift.enable_batch_mode',
|
||||
]
|
||||
|
||||
self.common_release_args = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue