mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/path: add support to use optionally DEBUG=yes as make parameter for building with debugging symbols (for single packages or the whole distro), add support to use optionally DEVTOOLS=yes as make parameter for release builds, setup DEVTOOLS=yes as default on devel builds
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d46e85a32e
commit
1c2208cf55
@ -54,11 +54,7 @@ FAKEROOT_SCRIPT=$ROOT/.fakeroot.$PROJECT.$TARGET_ARCH
|
||||
. config/sources
|
||||
|
||||
if [ "$OPENELEC_VERSION" = devel ]; then
|
||||
DEBUG=no
|
||||
DEVTOOLS=yes
|
||||
elif [ "$OPENELEC_VERSION" = debug ]; then
|
||||
DEBUG=yes
|
||||
DEVTOOLS=yes
|
||||
DEVTOOLS=yes
|
||||
fi
|
||||
|
||||
MAKE="$ROOT/$TOOLCHAIN/bin/make"
|
||||
|
Loading…
x
Reference in New Issue
Block a user