projects/*/options: enable LTO support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-08-31 00:04:38 +02:00
parent f648f83c80
commit ea6cefeaa6
5 changed files with 5 additions and 5 deletions

View File

@ -78,7 +78,7 @@
PROJECT_CFLAGS=""
# LTO (Link Time Optimazion) support
LTO_SUPPORT="no"
LTO_SUPPORT="yes"
# GOLD (Google Linker) support
GOLD_SUPPORT="yes"

View File

@ -78,7 +78,7 @@
PROJECT_CFLAGS="-mfpmath=sse -msse2" # -mssse3 removed for Llano compatibility
# LTO (Link Time Optimazion) support
LTO_SUPPORT="no"
LTO_SUPPORT="yes"
# GOLD (Google Linker) support
GOLD_SUPPORT="yes"

View File

@ -78,7 +78,7 @@
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
# LTO (Link Time Optimazion) support
LTO_SUPPORT="no"
LTO_SUPPORT="yes"
# GOLD (Google Linker) support
GOLD_SUPPORT="yes"

View File

@ -78,7 +78,7 @@
PROJECT_CFLAGS="-mfpmath=sse -msse2 -mssse3 -mmovbe"
# LTO (Link Time Optimazion) support
LTO_SUPPORT="no"
LTO_SUPPORT="yes"
# GOLD (Google Linker) support
GOLD_SUPPORT="yes"

View File

@ -78,7 +78,7 @@
PROJECT_CFLAGS="-mfpmath=sse -msse2 -mssse3"
# LTO (Link Time Optimazion) support
LTO_SUPPORT="no"
LTO_SUPPORT="yes"
# GOLD (Google Linker) support
GOLD_SUPPORT="yes"