Update instructions and remove

--cxxopt='--std=c++11'

PiperOrigin-RevId: 292250205
Change-Id: I0e89850432d34270f300dc56a1ab518a72374f68
This commit is contained in:
Karim Nosir 2020-01-29 17:14:05 -08:00 committed by TensorFlower Gardener
parent 6e681d1a73
commit 2f4812db43

View File

@ -84,7 +84,6 @@ and the following optional parameters:
```
bazel build -c opt \
--config=android_arm \
--cxxopt='--std=c++11' \
tensorflow/lite/tools/benchmark:benchmark_model
```