You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/PythonWrapper/build/create.bat

9 lines
323 B
Batchfile

cmake -DHOST=YES ^
-DLOOPUNROLL=ON ^
-DWRAPPER=YES ^
-DCMSISDSP="path to CMSIS-DSP folder" ^
-DCMAKE_C_FLAGS_RELEASE="-std=c11 -Ofast -ffast-math -DNDEBUG -Wall -Wextra" ^
-DCMAKE_CXX_FLAGS_RELEASE="-fno-rtti -std=c++11 -Ofast -ffast-math -DNDEBUG -Wall -Wextra -Wno-unused-parameter" ^
-G "Unix Makefiles" ..