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