summaryrefslogtreecommitdiff
path: root/.bazelrc
blob: e385c653a30dcff82b9a73b5483117cc09bed32e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
build --copt=/std:c++20
build --copt=-Wall
build --copt=-Wno-pre-c++17-compat
build --copt=-Wno-c++98-compat
build --copt=-Wno-pre-c++20-compat-pedantic
build --copt=-Wno-old-style-cast
build --copt=-Wno-c++98-compat-pedantic
build --copt=-Wno-cast-function-type-strict
build --copt=-Wno-nonportable-system-include-path
build --copt=-Wno-extra-semi-stmt
build --copt=-Wno-c++20-compat
build --copt=-Wno-extra-semi
build --copt=-Wno-unsafe-buffer-usage
build --copt=-Wno-missing-prototypes