mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +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
|
# 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user