mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
gcc: use BUILD_WITH_DEBUG variable
We can use the variable as we're not accessing it in the global context.
This commit is contained in:
parent
1b76e2deff
commit
c1f944f88b
@ -93,7 +93,7 @@ post_make_host() {
|
||||
rm -rf $TARGET_NAME/libgcc/libgcc_s.so
|
||||
ln -sf libgcc_s.so.1 $TARGET_NAME/libgcc/libgcc_s.so
|
||||
|
||||
if [ ! "$DEBUG" = yes ]; then
|
||||
if [ ! "${BUILD_WITH_DEBUG}" = "yes" ]; then
|
||||
${TARGET_PREFIX}strip $TARGET_NAME/libgcc/libgcc_s.so*
|
||||
${TARGET_PREFIX}strip $TARGET_NAME/libstdc++-v3/src/.libs/libstdc++.so*
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user