diff --git a/.bazelrc b/.bazelrc index fb29fe10d9..c27594d51b 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,4 +1,4 @@ -build --cxxopt=-std=c++14 --host_cxxopt=-std=c++14 +build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 build:dbg --compilation_mode=dbg