mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
13 lines
395 B
Text
13 lines
395 B
Text
build --strategy=Genrule=local
|
|
build --strategy=SwiftCompile=standalone
|
|
build --apple_platform_type=ios
|
|
build --cxxopt='-std=c++14'
|
|
build --copt='-w'
|
|
build --swiftcopt='-Xcc'
|
|
build --swiftcopt='-w'
|
|
#build --features=swift.enable_batch_mode
|
|
build --features=swift.use_global_module_cache
|
|
build --spawn_strategy=local
|
|
build --swiftcopt=-wmo
|
|
build --swiftcopt='-num-threads'
|
|
build --swiftcopt='16'
|