Windows Bazel Build: Build TensorFlow with wrapper-less CROSSTOOL (#11454)

This commit is contained in:
Yun Peng 2017-07-12 21:53:00 +02:00 committed by gunan
parent 9c4da4a249
commit e1de7a1b05

View File

@ -56,3 +56,7 @@ export PATH="/c/tools/cuda/bin:$PATH"
# Set the common build options on Windows
export BUILD_OPTS='--copt=-w --host_copt=-w --verbose_failures --experimental_ui'
# Build TF with wrapper-less CROSSTOOL
# TODO(pcloudy): Remove this after wrapper-less CROSSTOOL becomes default
export NO_MSVC_WRAPPER=1