diff --git a/projects/ATV/options b/projects/ATV/options index 22d08d354a..dc3774ab8e 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -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" diff --git a/projects/Fusion/options b/projects/Fusion/options index a8001ca3c1..deec81c57a 100644 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -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" diff --git a/projects/Generic/options b/projects/Generic/options index a8b0946d91..a9be35fadf 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -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" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 2dcfdbef84..d37b1496eb 100644 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -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" diff --git a/projects/ION/options b/projects/ION/options index 700677dc97..c733229e8b 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -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" diff --git a/projects/Intel/options b/projects/Intel/options index 5562865a95..e38b715bf4 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -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" diff --git a/projects/Ultra/options b/projects/Ultra/options index 534aef2e73..b449b026b1 100644 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -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"