Skip to content

Commit

Permalink
std=c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
jamison-lahman-ai committed Jul 16, 2024
1 parent 68e6c4c commit 2a0d517
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
build --cxxopt=-std=c++14
build --host_cxxopt=-std=c++14
build --action_env=BAZEL_CXXOPTS="-std=c++17"

build:linux --cxxopt=-std=c++17
build:linux --host_cxxopt=-std=c++17

common --enable_platform_specific_config

Expand Down

0 comments on commit 2a0d517

Please sign in to comment.