xref: /aosp_15_r20/external/cronet/net/third_party/quiche/src/.bazelrc (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1# Automatically detect host platform to pick config
2common --enable_platform_specific_config
3
4build --cxxopt=-std=c++17
5build --cxxopt=-fno-rtti
6
7# Enable Abseil/Googletest integration
8build --define absl=1
9
10# Don't fail on converting "0xff" to char
11build --copt=-Wno-narrowing
12
13# There is no system ICU on non-Linux platforms
14build:macos --@com_google_googleurl//build_config:system_icu=0
15