Skip to content

Commit

Permalink
Move to C++ 20
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Pande <[email protected]>
  • Loading branch information
adityapande-1995 authored and IanTheEngineer committed Mar 25, 2024
1 parent 301b4de commit e2b2ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use C++17.
build --cxxopt=-std=c++17
build --host_cxxopt=-std=c++17
# Use C++20.
build --cxxopt=-std=c++20
build --host_cxxopt=-std=c++20

# Use Python 3.
build --python_path=/usr/bin/python3
Expand Down

0 comments on commit e2b2ca4

Please sign in to comment.