commit | aaa5600245ea328057a91752dfeaed0770136676 | [log] [tgz] |
---|---|---|
author | A. Unique TensorFlower <gardener@tensorflow.org> | Tue May 02 08:25:23 2017 -0800 |
committer | TensorFlower Gardener <gardener@tensorflow.org> | Tue May 02 09:49:37 2017 -0700 |
tree | d59d297125a28321165a9ba397ceb56e28a84b2c | |
parent | e8eafd94de1fc90a5f4724570f5882b01e1626dc [diff] [blame] |
Fix issue related to empty bazel.rc file. Change: 154840138
diff --git a/configure b/configure index 75d3e16..dce5958 100755 --- a/configure +++ b/configure
@@ -356,9 +356,8 @@ fi # Append CC optimization flags to bazel.rc -echo >> tools/bazel.rc for opt in $CC_OPT_FLAGS; do - echo "build:opt --cxxopt=$opt --copt=$opt" >> tools/bazel.rc + write_to_bazelrc 'build:opt --cxxopt=$opt --copt=$opt' done # Run the gen_git_source to create links where bazel can track dependencies for