File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -181,17 +181,15 @@ devtools_flag=""
181
181
bundleio_flag=" "
182
182
et_dump_flag=" "
183
183
if [ " $build_with_etdump " = true ] ; then
184
- devtools_flag=" --devtools --etdump"
185
184
et_dump_flag=" --etdump"
186
185
fi
187
186
188
187
if [ " $bundleio " = true ] ; then
189
- devtools_flag=" --devtools --etdump "
188
+ devtools_flag=" --devtools"
190
189
bundleio_flag=" --bundleio"
191
- et_dump_flag=" --etdump"
192
190
fi
193
191
194
- backends/arm/scripts/build_executorch.sh --et_build_root=" ${et_build_root} " --build_type=$build_type $devtools_flag --toolchain=" ${toolchain} "
192
+ backends/arm/scripts/build_executorch.sh --et_build_root=" ${et_build_root} " --build_type=$build_type $devtools_flag $et_dump_flag --toolchain=" ${toolchain} "
195
193
backends/arm/scripts/build_portable_kernels.sh --et_build_root=" ${et_build_root} " --build_type=$build_type --portable_kernels=$portable_kernels --toolchain=" ${toolchain} "
196
194
197
195
if [[ -z " $model_name " ]]; then
You can’t perform that action at this time.
0 commit comments