Skip to content

Commit ce61095

Browse files
committed
Bazel: only pass -std=c++17 for C++ compilation
1 parent 40241ac commit ce61095

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
build --repo_env=CC=clang --repo_env=CXX=clang++ --copt="-std=c++17"
1+
build --repo_env=CC=clang --repo_env=CXX=clang++ --cxxopt="-std=c++17"
22

33
try-import %workspace%/local.bazelrc

0 commit comments

Comments
 (0)