aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go
diff options
context:
space:
mode:
authorGravatar Miguel Mota <miguelmota2@gmail.com>2018-07-21 19:50:58 -0700
committerGravatar Miguel Mota <miguelmota2@gmail.com>2018-07-21 19:50:58 -0700
commitb7bbe64b5fde8a909d4410f758244a6703f84780 (patch)
tree33251c46d54f7672a540bc7f3f222aa2565bda11 /tensorflow/go
parent2279279fd15369e361a02fb09a1df41e08a34aae (diff)
Update readme with working bazel config flag
Diffstat (limited to 'tensorflow/go')
-rw-r--r--tensorflow/go/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/go/README.md b/tensorflow/go/README.md
index e251356ec8..288a32530a 100644
--- a/tensorflow/go/README.md
+++ b/tensorflow/go/README.md
@@ -46,7 +46,7 @@ from source.
```sh
cd ${GOPATH}/src/github.com/tensorflow/tensorflow
./configure
- bazel build --config opt //tensorflow:libtensorflow.so
+ bazel build -c opt //tensorflow:libtensorflow.so
```
This can take a while (tens of minutes, more if also building for GPU).