aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/benchmark
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrewharp@google.com>2017-01-10 19:29:50 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-10 19:42:35 -0800
commit8022c5d66a58c91117e36fa0045d8c3ac244a4b2 (patch)
tree2099b86ce18a5059c5c882c4cbcc8ee24a1b5ca6 /tensorflow/tools/benchmark
parentde06700f5ef5b27847813af24ee9bea141ff6b4c (diff)
Remove --icf=all flag from benchmark_model to fix build for Android arm64-v8
Change: 144158100
Diffstat (limited to 'tensorflow/tools/benchmark')
-rw-r--r--tensorflow/tools/benchmark/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/tools/benchmark/BUILD b/tensorflow/tools/benchmark/BUILD
index 657704f077..3b1901fd56 100644
--- a/tensorflow/tools/benchmark/BUILD
+++ b/tensorflow/tools/benchmark/BUILD
@@ -78,7 +78,6 @@ cc_binary(
"-lm",
"-z defs",
"-s",
- "-Wl,--icf=all", # Identical Code Folding
"-Wl,--exclude-libs,ALL", # Exclude syms in all libs from auto export
],
"//conditions:default": [],