Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
25e8fc197da8eb197d0c5268bd57e4df1e40539c
/
.
/
ci
/
Linux.bazelrc
blob: b4ec98f8c79658378c4e841276cfb9a22f4a215b [
file
] [
log
] [
blame
]
import
common
.
bazelrc
build
--
cxxopt
=-
std
=
c
++
14
--
host_cxxopt
=-
std
=
c
++
14
build
--
copt
=
"-Werror"
--
copt
=
"-Wno-sign-compare"
--
copt
=
"-Wno-sign-conversion"
--
copt
=
"-Wno-error=sign-conversion"
--
copt
=
"-Wno-deprecated-declarations"