projects/ATV: switch to more generic compiler optimizations

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-10-07 19:37:37 +02:00
parent ab4d7b089d
commit 7258392bb7

View File

@ -41,7 +41,7 @@
# i686 i586 i486 i386 # i686 i586 i486 i386
# (VIA CPUs) c3 c3-2 # (VIA CPUs) c3 c3-2
# #
TARGET_CPU="pentium-m" TARGET_CPU="i686"
;; ;;
x86_64) x86_64)
@ -86,7 +86,7 @@
OPTIMIZATIONS="size" OPTIMIZATIONS="size"
# Project CFLAGS # Project CFLAGS
PROJECT_CFLAGS="" PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
# LTO (Link Time Optimization) support # LTO (Link Time Optimization) support
LTO_SUPPORT="yes" LTO_SUPPORT="yes"