mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/RPi/options: build with optimizations=normal, enable LTO support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3cb03727d4
commit
730e25cb38
@ -83,13 +83,13 @@
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# Build optimizations (size/normal/speed)
|
# Build optimizations (size/normal/speed)
|
||||||
OPTIMIZATIONS="size"
|
OPTIMIZATIONS="normal"
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS=""
|
PROJECT_CFLAGS=""
|
||||||
|
|
||||||
# LTO (Link Time Optimization) support
|
# LTO (Link Time Optimization) support
|
||||||
LTO_SUPPORT="no"
|
LTO_SUPPORT="yes"
|
||||||
|
|
||||||
# Prelink binarys and librarys
|
# Prelink binarys and librarys
|
||||||
PRELINK_SUPPORT="yes"
|
PRELINK_SUPPORT="yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user