mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
projects/generic/options:
- build with mmx sse sse2 support
This commit is contained in:
parent
d6b023d734
commit
0e31782109
@ -39,7 +39,7 @@
|
|||||||
OPTIMIZATIONS="speed"
|
OPTIMIZATIONS="speed"
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS=""
|
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
|
||||||
|
|
||||||
# Timezone to use (empty disables timezone support)
|
# Timezone to use (empty disables timezone support)
|
||||||
# use a TZ environment string
|
# use a TZ environment string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user