mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/ATV: switch to more generic compiler optimizations
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ab4d7b089d
commit
7258392bb7
@ -41,7 +41,7 @@
|
||||
# i686 i586 i486 i386
|
||||
# (VIA CPUs) c3 c3-2
|
||||
#
|
||||
TARGET_CPU="pentium-m"
|
||||
TARGET_CPU="i686"
|
||||
;;
|
||||
|
||||
x86_64)
|
||||
@ -86,7 +86,7 @@
|
||||
OPTIMIZATIONS="size"
|
||||
|
||||
# Project CFLAGS
|
||||
PROJECT_CFLAGS=""
|
||||
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
|
||||
|
||||
# LTO (Link Time Optimization) support
|
||||
LTO_SUPPORT="yes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user