projects/RPi/options: build with optimizations=normal, enable LTO support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-28 20:32:29 +02:00
parent 3cb03727d4
commit 730e25cb38

View File

@ -83,13 +83,13 @@
esac
# Build optimizations (size/normal/speed)
OPTIMIZATIONS="size"
OPTIMIZATIONS="normal"
# Project CFLAGS
PROJECT_CFLAGS=""
# LTO (Link Time Optimization) support
LTO_SUPPORT="no"
LTO_SUPPORT="yes"
# Prelink binarys and librarys
PRELINK_SUPPORT="yes"