mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/*/options: build with -Ofast optimization per default
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7a47517ff9
commit
797878f553
@ -71,8 +71,8 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
# Build optimizations (size/speed)
|
||||
OPTIMIZATIONS="speed"
|
||||
# Build optimizations (size/normal/speed/fast)
|
||||
OPTIMIZATIONS="fast"
|
||||
|
||||
# Project CFLAGS
|
||||
PROJECT_CFLAGS=""
|
||||
|
@ -71,8 +71,8 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
# Build optimizations (size/normal/speed)
|
||||
OPTIMIZATIONS="speed"
|
||||
# Build optimizations (size/normal/speed/fast)
|
||||
OPTIMIZATIONS="fast"
|
||||
|
||||
# Project CFLAGS
|
||||
PROJECT_CFLAGS="-mfpmath=sse -ftree-vectorize -mmovbe"
|
||||
|
@ -71,8 +71,8 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
# Build optimizations (size/speed)
|
||||
OPTIMIZATIONS="speed"
|
||||
# Build optimizations (size/normal/speed/fast)
|
||||
OPTIMIZATIONS="fast"
|
||||
|
||||
# Project CFLAGS
|
||||
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
|
||||
|
@ -71,8 +71,8 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
# Build optimizations (size/normal/speed)
|
||||
OPTIMIZATIONS="speed"
|
||||
# Build optimizations (size/normal/speed/fast)
|
||||
OPTIMIZATIONS="fast"
|
||||
|
||||
# Project CFLAGS
|
||||
PROJECT_CFLAGS="-mfpmath=sse -ftree-vectorize -mmovbe"
|
||||
|
@ -71,8 +71,8 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
# Build optimizations (size/speed)
|
||||
OPTIMIZATIONS="speed"
|
||||
# Build optimizations (size/normal/speed/fast)
|
||||
OPTIMIZATIONS="fast"
|
||||
|
||||
# Project CFLAGS
|
||||
PROJECT_CFLAGS=""
|
||||
|
@ -71,8 +71,8 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
# Build optimizations (size/normal/speed)
|
||||
OPTIMIZATIONS="speed"
|
||||
# Build optimizations (size/normal/speed/fast)
|
||||
OPTIMIZATIONS="fast"
|
||||
|
||||
# Project CFLAGS
|
||||
PROJECT_CFLAGS="-mfpmath=sse -ftree-vectorize -mmovbe"
|
||||
|
Loading…
x
Reference in New Issue
Block a user