build-package.sh: do normal releases for cmake instead of min-size
This commit is contained in:
parent
e86f0a4101
commit
5887bad0da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user