diff --git a/build/linux/arm/make-Makefiles.bash b/build/linux/arm/make-Makefiles.bash index bb767aa1..36476262 100755 --- a/build/linux/arm/make-Makefiles.bash +++ b/build/linux/arm/make-Makefiles.bash @@ -1,6 +1,6 @@ #!/bin/bash # Run this from within a bash shell -cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=debug \ - -DCMAKE_TOOLCHAIN_FILE=./arm.linux.cross.cmake \ - -DCMAKE_RKPLATFORM_ENABLE=ON \ +cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_TOOLCHAIN_FILE=./arm.linux.cross.cmake \ + -DCMAKE_RKPLATFORM_ENABLE=ON \ ../../../ && cmake --build .