We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e868c commit aa08df5Copy full SHA for aa08df5
shim_et/xplat/executorch/kernels/optimized/op_registration_util.bzl
@@ -174,9 +174,10 @@ OPTIMIZED_ATEN_OPS = (
174
# is not sufficient to avoid it.
175
compiler_flags = [] if runtime.is_oss else select({
176
"DEFAULT": [],
177
- "ovr_config//toolchain/clang/constraints:19": select({
+ "ovr_config//os:android": select({
178
179
- "ovr_config//os:android": ["-O3"],
+ "ovr_config//toolchain/clang/constraints:17": ["-O3"],
180
+ "ovr_config//toolchain/clang/constraints:19": ["-O3"],
181
}),
182
183
deps = [
0 commit comments