blob: 356c0c2157e3d1d1db2e918e6333d584fa41a837 (
plain)
1
2
3
4
5
6
7
|
build --cxxopt=-Xclang=-std=c++20
build --cxxopt=-Wall
build --cxxopt=-Wno-c++98-compat
build --cxxopt=-Wno-c++98-compat-pedantic
build --cxxopt=-Wno-pre-c++17-compat
build --cxxopt=-Wno-c++20-compat
build --cxxopt=-Wno-unused-macros
|