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