mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 00:20:20 +01:00
Windows Bazel Build: Build TensorFlow with wrapper-less CROSSTOOL (#11454)
This commit is contained in:
parent
9c4da4a249
commit
e1de7a1b05
|
|
@ -56,3 +56,7 @@ export PATH="/c/tools/cuda/bin:$PATH"
|
||||||
|
|
||||||
# Set the common build options on Windows
|
# Set the common build options on Windows
|
||||||
export BUILD_OPTS='--copt=-w --host_copt=-w --verbose_failures --experimental_ui'
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user