Skip to content

Commit a2ac34d

Browse files
andrewharptensorflower-gardener
authored andcommitted
Remove redundant -O2 compile option from android_tensorflow_kernels
Change: 118815638
1 parent c63d53c commit a2ac34d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tensorflow/core/kernels

tensorflow/core/kernels/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@ cc_library(
15571557
],
15581558
"//conditions:default": [],
15591559
}),
1560-
copts = tf_copts() + ["-O2"],
1560+
copts = tf_copts(),
15611561
tags = [
15621562
"manual",
15631563
"notap",

0 commit comments

Comments
 (0)