Mercurial
comparison .bazelrc @ 228:62f9cb40d10d
[Merge] Merging conflicts
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 16:44:06 -0700 |
| parents | e82b80b24012 |
| children | 1f9877b637e9 |
comparison
equal
deleted
inserted
replaced
| 227:8bb0ac8f4587 | 228:62f9cb40d10d |
|---|---|
| 1 # Auto-select config based on host OS | 1 # Auto-select config based on host OS |
| 2 common --enable_platform_specific_config | 2 common --enable_platform_specific_config |
| 3 | 3 |
| 4 # Suppress duplicate library warnings from openssl BCR module on macOS | 4 # Suppress duplicate library warnings from openssl BCR module on macOS |
| 5 build:macos --linkopt=-Wl,-no_warn_duplicate_libraries | 5 # Use host_linkopt to avoid passing this to cross-compilation targets (e.g., WASM) |
| 6 build:macos --host_linkopt=-Wl,-no_warn_duplicate_libraries | |
| 6 | 7 |
| 7 # esmdk | 8 # esmdk |
| 8 build --incompatible_enable_cc_toolchain_resolution | 9 build --incompatible_enable_cc_toolchain_resolution |