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
1 changed files with 1 additions and 1 deletions

View File

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