vasilvv | 0604a53 | 2022-05-24 12:59:16 -0700 | [diff] [blame] | 1 | build --cxxopt=-std=c++17 |
2 | build --cxxopt=-fno-rtti | ||||
3 | |||||
4 | # Enable Abseil/Googletest integration | ||||
5 | build --define absl=1 | ||||
6 | |||||
7 | # Don't fail on converting "0xff" to char | ||||
8 | build --copt=-Wno-narrowing | ||||
vasilvv | 9187dcd | 2022-12-06 14:32:55 -0800 | [diff] [blame] | 9 | |
10 | # There is no system ICU on non-Linux platforms | ||||
11 | build:macos --@com_google_googleurl//build_config:system_icu=0 |