We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f514e7 commit d0ed351Copy full SHA for d0ed351
1 file changed
config/raspbian/generic/build.sh
@@ -10,6 +10,7 @@ pushd $FW_TARGETDIR/mcu_ws >/dev/null
10
-DCMAKE_TOOLCHAIN_FILE=$PWD/toolchain.cmake \
11
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
12
-DBUILD_SHARED_LIBS=OFF \
13
- -DBUILD_TESTING=OFF
+ -DBUILD_TESTING=OFF \
14
+ "--no-warn-unused-cli"
15
find ./install -executable -type f -name $APP_BINARY_NAME -exec cp {} $FW_TARGETDIR/bin/$APP_OUTPUT_NAME \;
16
popd >/dev/null
0 commit comments