Skip to content

Commit

Permalink
Update .bazelrc
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Kun <[email protected]>
  • Loading branch information
os12345678 and j2kun authored May 17, 2024
1 parent 5849479 commit c59d99c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
common --action_env=BAZEL_CXXOPTS=-std=c++17
common --cxxopt='-std=c++17'
common --macos_minimum_os=10.13
common --macos_sdk_version=10.13
common --cpu=darwin_arm64
build:macos --apple_platform_type=macos
build:macos --macos_minimum_os=10.13
build:macos --macos_sdk_version=10.13
build:macos_arm64 --cpu=darwin_arm64
common --copt=-fdiagnostics-color=always
common --test_output=errors
common -c dbg

0 comments on commit c59d99c

Please sign in to comment.