aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-01-16 01:21:51 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-16 01:47:31 -0800
commitacdbd68986448f4e3ed81a98244c8be1c57b52da (patch)
treeff53648961c33de33644b599dd010240dbd95445 /configure
parent6987e97e1161cdfcfa10977fecd38fb53a7d4863 (diff)
Create --config opt for compiling fully optimized binaries.
Change: 144609556
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 38079041d5..753841d166 100755
--- a/configure
+++ b/configure
@@ -165,7 +165,7 @@ fi
# Append CC optimization flags to bazel.rc
echo >> tools/bazel.rc
for opt in $CC_OPT_FLAGS; do
- echo "build --cxxopt=$opt --copt=$opt" >> tools/bazel.rc
+ echo "build:opt --cxxopt=$opt --copt=$opt" >> tools/bazel.rc
done
# Run the gen_git_source to create links where bazel can track dependencies for