Skip to content

Commit

Permalink
make .bazelrc more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
j2kun committed Oct 20, 2023
1 parent d04fa9c commit 9eccdf8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build --action_env=BAZEL_CXXOPTS=-std=c++17
build --cxxopt='-std=c++17'
build --host_cxxopt='-std=c++17'
test --test_output=all
common --action_env=BAZEL_CXXOPTS=-std=c++17
common --cxxopt='-std=c++17'
common --copt=-fdiagnostics-color=always
common --test_output=errors
common -c dbg

0 comments on commit 9eccdf8

Please sign in to comment.