Skip to content

Commit

Permalink
Corrected darwin build for Python wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jul 2, 2024
1 parent 9d533da commit 2cb1f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PythonWrapper/build_darwin/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cmake -DHOST=YES \
-DWRAPPER=YES \
-DCMAKE_POSITION_INDEPENDENT_CODE=YES \
-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-DCMAKE_OSX_DEPLOYMENT_TARGET="10.9" \
-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" \
Expand Down

0 comments on commit 2cb1f7e

Please sign in to comment.