projects/ATV: build with speed optimization

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-05 10:37:54 +01:00
parent 440975abc3
commit 772fc13fc9

View File

@ -45,7 +45,7 @@
esac
# Build optimizations (size/speed)
OPTIMIZATIONS="size"
OPTIMIZATIONS="speed"
# Project CFLAGS
PROJECT_CFLAGS=""