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=""
181181bundleio_flag=" "
182182et_dump_flag=" "
183183if [ " $build_with_etdump " = true ] ; then
184- devtools_flag=" --devtools --etdump"
185184 et_dump_flag=" --etdump"
186185fi
187186
188187if [ " $bundleio " = true ] ; then
189- devtools_flag=" --devtools --etdump "
188+ devtools_flag=" --devtools"
190189 bundleio_flag=" --bundleio"
191- et_dump_flag=" --etdump"
192190fi
193191
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} "
195193backends/arm/scripts/build_portable_kernels.sh --et_build_root=" ${et_build_root} " --build_type=$build_type --portable_kernels=$portable_kernels --toolchain=" ${toolchain} "
196194
197195if [[ -z " $model_name " ]]; then
You can’t perform that action at this time.
0 commit comments