File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ build_with_etdump=false
1818extra_build_flags=" "
1919output_folder=" cmake-out-vkml"
2020
21- build_with_etdump_flag =" -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF"
21+ build_with_etdump_flags =" -DEXECUTORCH_ENABLE_EVENT_TRACER=OFF -DEXECUTORCH_BUILD_DEVTOOLS =OFF"
2222help () {
2323 echo " Usage: $( basename $0 ) [options]"
2424 echo " Options:"
@@ -59,10 +59,10 @@ echo "--------------------------------------------------------------------------
5959cd ${et_root_dir} /examples/arm/executor_runner
6060
6161if [ " $build_with_etdump " = true ] ; then
62- build_with_etdump_flag =" -DEXECUTORCH_ENABLE_EVENT_TRACER=ON"
62+ build_with_etdump_flags =" -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DEXECUTORCH_BUILD_DEVTOOLS =ON"
6363fi
6464
65- echo " Building with extra flags: ${build_with_etdump_flag } ${extra_build_flags} "
65+ echo " Building with extra flags: ${build_with_etdump_flags } ${extra_build_flags} "
6666cmake \
6767 -S " ${et_root_dir} " \
6868 -B " ${output_folder} " \
@@ -81,7 +81,7 @@ cmake \
8181 -DEXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT=ON \
8282 -DEXECUTORCH_ENABLE_LOGGING=ON \
8383 -DPYTHON_EXECUTABLE=" $( which python3) " \
84- ${build_with_etdump_flag} \
84+ ${build_with_etdump_flags} \
8585 ${extra_build_flags}
8686
8787echo " [${BASH_SOURCE[0]} ] Configured CMAKE"
You can’t perform that action at this time.
0 commit comments