Skip to content

Commit

Permalink
Bazel: only pass -std=c++17 for C++ compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
redsun82 committed Sep 15, 2022
1 parent 40241ac commit ce61095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
build --repo_env=CC=clang --repo_env=CXX=clang++ --copt="-std=c++17"
build --repo_env=CC=clang --repo_env=CXX=clang++ --cxxopt="-std=c++17"

try-import %workspace%/local.bazelrc

0 comments on commit ce61095

Please sign in to comment.