Clean up obsolete BUILD options.
PiperOrigin-RevId: 261616467
This commit is contained in:
parent
9515076835
commit
fd2d5a3739
5
third_party/pybind11.BUILD
vendored
5
third_party/pybind11.BUILD
vendored
@ -14,9 +14,8 @@ cc_library(
|
||||
),
|
||||
copts = [
|
||||
"-fexceptions",
|
||||
"-Xclang-only=-Wno-undefined-inline",
|
||||
"-Xclang-only=-Wno-pragma-once-outside-header",
|
||||
"-Xgcc-only=-Wno-error", # no way to just disable the pragma-once warning in gcc
|
||||
"-Wno-undefined-inline",
|
||||
"-Wno-pragma-once-outside-header",
|
||||
],
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
|
Loading…
Reference in New Issue
Block a user