blob: 7a09307b8882f07a1d593ff8cb0164be6eca5116 [file] [log] [blame] [edit]
# Automatically detect host platform to pick config
common --enable_platform_specific_config
build --cxxopt=-std=c++20
build --cxxopt=-fno-rtti
build --cxxopt=-Wno-nullability-completeness
build --cxxopt=-Wno-deprecated-declarations
# 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