Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718122349
  • Loading branch information
lszekeres authored and copybara-github committed Jan 22, 2025
1 parent 130dd97 commit 4a373e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ build --action_env=CXX=clang++

# Use the C++17 standard.
build --cxxopt=-std=c++17
# ...But disable warnings about C++20 extensions.
build --cxxopt=-Wno-c++20-extensions
# Report error on C++20 extensions.
build --cxxopt=-Werror-c++20-extensions
# Required by the cc_fuzztest_grammar_library rule, which uses the
# "exec configuration" (https://bazel.build/reference/be/general#cross-compilation-considerations).
# The --cxxopt flag does not apply to the exec configuration, only the
Expand Down

0 comments on commit 4a373e6

Please # to comment.