mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/*/options: (temporary) disable gold and lto support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
39e28c9d8a
commit
45438718b5
@ -78,10 +78,10 @@
|
||||
PROJECT_CFLAGS=""
|
||||
|
||||
# LTO (Link Time Optimazion) support
|
||||
LTO_SUPPORT="yes"
|
||||
LTO_SUPPORT="no"
|
||||
|
||||
# GOLD (Google Linker) support
|
||||
GOLD_SUPPORT="yes"
|
||||
GOLD_SUPPORT="no"
|
||||
|
||||
# Graphite Support
|
||||
GRAPHITE_SUPPORT="yes"
|
||||
|
@ -78,10 +78,10 @@
|
||||
PROJECT_CFLAGS="-mfpmath=sse -msse2" # -mssse3 removed for Llano compatibility
|
||||
|
||||
# LTO (Link Time Optimazion) support
|
||||
LTO_SUPPORT="yes"
|
||||
LTO_SUPPORT="no"
|
||||
|
||||
# GOLD (Google Linker) support
|
||||
GOLD_SUPPORT="yes"
|
||||
GOLD_SUPPORT="no"
|
||||
|
||||
# Graphite Support
|
||||
GRAPHITE_SUPPORT="yes"
|
||||
|
@ -78,10 +78,10 @@
|
||||
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
|
||||
|
||||
# LTO (Link Time Optimazion) support
|
||||
LTO_SUPPORT="yes"
|
||||
LTO_SUPPORT="no"
|
||||
|
||||
# GOLD (Google Linker) support
|
||||
GOLD_SUPPORT="yes"
|
||||
GOLD_SUPPORT="no"
|
||||
|
||||
# Graphite Support
|
||||
GRAPHITE_SUPPORT="yes"
|
||||
|
@ -78,10 +78,10 @@
|
||||
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
|
||||
|
||||
# LTO (Link Time Optimazion) support
|
||||
LTO_SUPPORT="yes"
|
||||
LTO_SUPPORT="no"
|
||||
|
||||
# GOLD (Google Linker) support
|
||||
GOLD_SUPPORT="yes"
|
||||
GOLD_SUPPORT="no"
|
||||
|
||||
# Graphite Support
|
||||
GRAPHITE_SUPPORT="yes"
|
||||
|
@ -78,10 +78,10 @@
|
||||
PROJECT_CFLAGS="-mfpmath=sse -msse2 -mssse3 -mmovbe"
|
||||
|
||||
# LTO (Link Time Optimazion) support
|
||||
LTO_SUPPORT="yes"
|
||||
LTO_SUPPORT="no"
|
||||
|
||||
# GOLD (Google Linker) support
|
||||
GOLD_SUPPORT="yes"
|
||||
GOLD_SUPPORT="no"
|
||||
|
||||
# Graphite Support
|
||||
GRAPHITE_SUPPORT="yes"
|
||||
|
@ -78,10 +78,10 @@
|
||||
PROJECT_CFLAGS="-mfpmath=sse -msse2 -mssse3"
|
||||
|
||||
# LTO (Link Time Optimazion) support
|
||||
LTO_SUPPORT="yes"
|
||||
LTO_SUPPORT="no"
|
||||
|
||||
# GOLD (Google Linker) support
|
||||
GOLD_SUPPORT="yes"
|
||||
GOLD_SUPPORT="no"
|
||||
|
||||
# Graphite Support
|
||||
GRAPHITE_SUPPORT="yes"
|
||||
|
@ -78,10 +78,10 @@
|
||||
PROJECT_CFLAGS="-mfpmath=sse -msse2 -mssse3 -mmovbe"
|
||||
|
||||
# LTO (Link Time Optimazion) support
|
||||
LTO_SUPPORT="yes"
|
||||
LTO_SUPPORT="no"
|
||||
|
||||
# GOLD (Google Linker) support
|
||||
GOLD_SUPPORT="yes"
|
||||
GOLD_SUPPORT="no"
|
||||
|
||||
# Graphite Support
|
||||
GRAPHITE_SUPPORT="yes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user