blob: dda6d240e89e36b6030e154030cbc84c0a28f7d2 [file] [log] [blame]
vasilvv0604a532022-05-24 12:59:16 -07001build --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
vasilvv9187dcd2022-12-06 14:32:55 -08009
10# There is no system ICU on non-Linux platforms
11build:macos --@com_google_googleurl//build_config:system_icu=0