Skip to content

Commit

Permalink
Internal Build Changes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 716395146
  • Loading branch information
cliveverghese authored and copybara-github committed Jan 16, 2025
1 parent 6f68129 commit 83990ea
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,25 @@ build --copt=-w

build:macos --apple_platform_type=macos
build:macos --copt=-DGRPC_BAZEL_BUILD

build:windows --compiler=clang-cl
build:windows --copt=/W0
build:windows --host_copt=/W0
build:windows --copt=/Zc:__cplusplus
build:windows --host_copt=/Zc:__cplusplus
build:windows --copt=/D_USE_MATH_DEFINES
build:windows --host_copt=/D_USE_MATH_DEFINES
build:windows --features=compiler_param_file
build:windows --features=archive_param_file
build:windows --cxxopt=/std:c++17
build:windows --host_cxxopt=/std:c++17
build:windows --copt=-DWIN32_LEAN_AND_MEAN
build:windows --host_copt=-DWIN32_LEAN_AND_MEAN
build:windows --copt=-DNOGDI
build:windows --host_copt=-DNOGDI
build:windows --linkopt=/DEBUG
build:windows --host_linkopt=/DEBUG
build:windows --linkopt=/OPT:REF
build:windows --host_linkopt=/OPT:REF
build:windows --linkopt=/OPT:ICF
build:windows --host_linkopt=/OPT:ICF

0 comments on commit 83990ea

Please sign in to comment.