• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Automatically detect host platform to pick config
2common --enable_platform_specific_config
3# Disable bzlmod for now.
4common --noenable_bzlmod
5
6build --cxxopt=-std=c++17
7build --cxxopt=-fno-rtti
8
9# Enable Abseil/Googletest integration
10build --define absl=1
11
12# Don't fail on converting "0xff" to char
13build --copt=-Wno-narrowing
14
15# There is no system ICU on non-Linux platforms
16build:macos --@com_google_googleurl//build_config:system_icu=0
17