From aaa5600245ea328057a91752dfeaed0770136676 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 2 May 2017 08:25:23 -0800 Subject: Fix issue related to empty bazel.rc file. Change: 154840138 --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 75d3e160f5..dce59586ab 100755 --- a/configure +++ b/configure @@ -356,9 +356,8 @@ if [[ "$TF_NEED_VERBS" == "1" ]]; then 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 -- cgit v1.2.3