Remove -Wc++14-compat from tf_profiler_copts

PiperOrigin-RevId: 355685006
Change-Id: I1594ee27e3d61c1365d37ec01b5bb9bb534b39dd
This commit is contained in:
Jose Baiocchi 2021-02-04 12:23:04 -08:00 committed by TensorFlower Gardener
parent 0dd85e294e
commit e8081ab353

View File

@ -16,4 +16,4 @@ def if_profiler_oss(if_true, if_false = []):
})
def tf_profiler_copts():
return if_profiler_oss(["-Wc++14-compat"])
return []