mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libdvbcsa: dont build with LTO support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
71a097f2ad
commit
8cefaeee12
@ -47,3 +47,8 @@ elif [ "$TARGET_ARCH" = x86_64 ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
# libdvbcsa is a bit faster without LTO, and tests will fail with gcc-5.x
|
||||||
|
strip_lto
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user