aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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).