From b7bbe64b5fde8a909d4410f758244a6703f84780 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Sat, 21 Jul 2018 19:50:58 -0700 Subject: Update readme with working bazel config flag --- tensorflow/go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/go') 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). -- cgit v1.2.3