Swift: compiler options moved to .bazelrc

This commit is contained in:
Alex Denisov
2022-04-27 17:11:16 +02:00
parent 5db18bb845
commit 272aa594cc
3 changed files with 2 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
build --copt="-std=c++17"
# -fno-rtti is required by LLVM/Swift
build --repo_env=CC=clang --repo_env=CXX=clang++ --copt="-std=c++17" --copt="-fno-rtti"
try-import %workspace%/local.bazelrc