mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/build: use MinSizeRel cmake build type
This commit is contained in:
parent
6e1e08ef96
commit
107d60aebc
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user