build-package.sh: do normal releases for cmake instead of min-size

This commit is contained in:
Leonid Pliushch 2020-05-08 00:26:19 +03:00
parent e86f0a4101
commit 5887bad0da

View File

@ -1,7 +1,7 @@
termux_step_configure_cmake() { termux_step_configure_cmake() {
termux_setup_cmake termux_setup_cmake
local BUILD_TYPE=MinSizeRel local BUILD_TYPE=Release
[ "$TERMUX_DEBUG" = "true" ] && BUILD_TYPE=Debug [ "$TERMUX_DEBUG" = "true" ] && BUILD_TYPE=Debug
local CMAKE_PROC=$TERMUX_ARCH local CMAKE_PROC=$TERMUX_ARCH