Skip to content

Commit

Permalink
Automatically set QUICHE --config=macos on macOS
Browse files Browse the repository at this point in the history
https://bazel.build/reference/command-line-reference#flag--enable_platform_specific_config

This change does not impact any production systems.

PiperOrigin-RevId: 569552720
  • Loading branch information
DavidSchinazi authored and copybara-github committed Sep 29, 2023
1 parent 69090ba commit 0c75f98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Automatically detect host platform to pick config
common --enable_platform_specific_config

build --cxxopt=-std=c++17
build --cxxopt=-fno-rtti

Expand Down

0 comments on commit 0c75f98

Please sign in to comment.