Skip to content

Commit

Permalink
Bump to C++20 (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlw committed Nov 29, 2023
1 parent 818518b commit d503eae
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
Expand Up @@ -7,9 +7,9 @@ build --copt=-Wno-error=deprecated-declarations
# isn't recognized on older SDKs
build --copt=-Wno-unknown-warning-option
build --copt=-Wno-error=deprecated-non-prototype
build --per_file_copt=.*\.mm\$@-std=c++17
build --cxxopt=-std=c++17
build --host_cxxopt=-std=c++17
build --per_file_copt=.*\.mm\$@-std=c++20
build --cxxopt=-std=c++20
build --host_cxxopt=-std=c++20

build --copt=-DSANTA_OPEN_SOURCE=1
build --cxxopt=-DSANTA_OPEN_SOURCE=1
Expand Down

0 comments on commit d503eae

Please sign in to comment.