Yet another try at fixing raspberry pi build failure.

Not having xla globally on was the whole point of the previous cl, but I somehow missed this here.

PiperOrigin-RevId: 297964633
Change-Id: I017d8060edc69ac53c937fa129b4e79336dda2c5
This commit is contained in:
Gunhan Gulsoy 2020-02-28 16:45:16 -08:00 committed by TensorFlower Gardener
parent 9189664bc6
commit 0d787d7756

View File

@ -239,7 +239,6 @@ build:c++1z --config=c++17
# Enable using platform specific build settings
build --enable_platform_specific_config
build --config=xla
# Suppress C++ compiler warnings, otherwise build logs become 10s of MBs.
build:linux --copt=-w