File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,16 @@ cmake_install_executorch_lib() {
2323 update_tokenizers_git_submodule
2424 local EXTRA_BUILD_ARGS=" ${@ } "
2525
26- CXXFLAGS=" $COMMON_CXXFLAGS " retry cmake -DBUCK2= " $BUCK2 " \
26+ CXXFLAGS=" $COMMON_CXXFLAGS " retry cmake \
2727 -DCMAKE_CXX_STANDARD_REQUIRED=ON \
28+ -DCMAKE_TOOLCHAIN_FILE=" /workspace/executorch/examples/arm/ethos-u-setup/arm-zephyr-eabi-gcc.cmake" \
2829 -DCMAKE_INSTALL_PREFIX=cmake-out \
30+ -DEXECUTORCH_PAL_DEFAULT=minimal \
2931 -DCMAKE_BUILD_TYPE=Release \
3032 -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=OFF \
3133 -DEXECUTORCH_OPTIMIZE_SIZE=ON \
34+ -DEXECUTORCH_BUILD_PTHREADPOOL=OFF \
35+ -DEXECUTORCH_BUILD_CPUINFO=OFF \
3236 -DPYTHON_EXECUTABLE=" $PYTHON_EXECUTABLE " \
3337 ${EXTRA_BUILD_ARGS} \
3438 -Bcmake-out .
You can’t perform that action at this time.
0 commit comments