Swiftgram/.bazelrc
2020-02-13 13:14:42 +01:00

8 lines
233 B
Plaintext

build --strategy=Genrule=local
build --strategy=SwiftCompile=standalone
build --apple_platform_type=ios
build --cxxopt='-std=c++14'
build --copt='-w'
build --swiftcopt='-Xcc' --swiftcopt='-w'
build --features=swift.enable_batch_mode