Clean up obsolete BUILD options.

PiperOrigin-RevId: 261616467
This commit is contained in:
A. Unique TensorFlower 2019-08-04 21:35:00 -07:00 committed by TensorFlower Gardener
parent 9515076835
commit fd2d5a3739

View File

@ -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 = [