comparison .bazelrc @ 216:e82b80b24012 default tip

[MrJuneJune] Make webp translate background job.
author June Park <parkjune1995@gmail.com>
date Sat, 28 Feb 2026 21:04:43 -0800
parents f3084bca7317
children
comparison
equal deleted inserted replaced
215:c3df85159b31 216:e82b80b24012
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