scripts/build: use MinSizeRel cmake build type

This commit is contained in:
Lukas Rusak 2016-10-13 00:29:17 -07:00
parent 6e1e08ef96
commit 107d60aebc
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -128,7 +128,7 @@ if [ ! -f $STAMP ]; then
if [ "$DEBUG" = "yes" ]; then
CMAKE_BUILD_TYPE="Debug"
else
CMAKE_BUILD_TYPE="Release"
CMAKE_BUILD_TYPE="MinSizeRel"
fi
TARGET_CMAKE_OPTS="-DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \