mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
23 lines
634 B
Plaintext
23 lines
634 B
Plaintext
build --strategy=Genrule=local
|
|
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 --features=swift.cacheable_swiftmodules
|
|
build --spawn_strategy=local
|
|
|
|
#build --swiftcopt=-wmo
|
|
#build --swiftcopt='-num-threads'
|
|
#build --swiftcopt='16'
|
|
build --swiftcopt=-j14
|
|
#build --jobs 16
|
|
|
|
#build --remote_executor=grpc://localhost:8980
|
|
#build --spawn_strategy=remote
|
|
#build --strategy=SwiftCompile=worker
|
|
#build --strategy=SwiftCompile=remote
|
|
build --strategy=SwiftCompile=local
|