mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/Fusion/options: remove -mssse3 support for Llano compatibility
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1b8bb8045e
commit
a6c68f37c4
@ -75,7 +75,7 @@
|
||||
OPTIMIZATIONS="speed"
|
||||
|
||||
# Project CFLAGS
|
||||
PROJECT_CFLAGS="-mfpmath=sse -msse2 -mssse3"
|
||||
PROJECT_CFLAGS="-mfpmath=sse -msse2" # -mssse3 removed for Llano compatibility
|
||||
|
||||
# LTO (Link Time Optimazion) support
|
||||
LTO_SUPPORT="no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user