Automated rollback of change 141217999

Change: 141232183
This commit is contained in:
A. Unique TensorFlower 2016-12-06 15:03:59 -08:00 committed by TensorFlower Gardener
parent cbb0f00ec7
commit 366e96f4d6

View File

@ -120,7 +120,6 @@ def tf_copts():
"-fno-exceptions"] +
if_cuda(["-DGOOGLE_CUDA=1"]) +
if_android_arm(["-mfpu=neon"]) +
if_not_mobile(["-msse4.1"]) +
select({
"//tensorflow:android": [
"-std=c++11",