mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
fix build optimizations when using gcc 5
This commit is contained in:
parent
010e6251d4
commit
c75850c245
@ -120,6 +120,10 @@ pre_build_target() {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
export CFLAGS="$CFLAGS -fno-schedule-insns -fno-schedule-insns2"
|
||||||
|
}
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
# remove unneeded stuff
|
# remove unneeded stuff
|
||||||
rm -rf $INSTALL/etc/systemd/system
|
rm -rf $INSTALL/etc/systemd/system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user