build --cxxopt=-std=c++17
build --cxxopt=-fno-rtti

# Enable Abseil/Googletest integration
build --define absl=1

# Don't fail on converting "0xff" to char
build --copt=-Wno-narrowing

# There is no system ICU on non-Linux platforms
build:macos --@com_google_googleurl//build_config:system_icu=0
