Skip to content

Commit

Permalink
Clean up obsolete BUILD options.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 261616467
  • Loading branch information
tensorflower-gardener committed Aug 5, 2019
1 parent 9515076 commit fd2d5a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions third_party/pybind11.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit fd2d5a3

Please sign in to comment.