Skip to content

Commit

Permalink
Add C++20 flag for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tryuan99 committed Feb 24, 2025
1 parent 0bcfb95 commit e687461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
common --enable_bzlmod

build --cxxopt=-std=c++20
build --host_cxxopt=-std=c++20
build --objccopt=-std=c++20
build --cxxopt="-std=c++20" --cxxopt="/std:c++20"
build --host_cxxopt="-std=c++20" --host_cxxopt="/std:c++20"
build --objccopt="-std=c++20" --objccopt="/std:c++20"

0 comments on commit e687461

Please sign in to comment.