llvm: try to not strip symbols via 'install', we use our own

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-23 16:34:55 +01:00
parent ceb58b69f1
commit f7260792a1

View File

@ -49,6 +49,7 @@ PKG_CONFIGURE_OPTS_HOST="--disable-polly \
--enable-optimized \
--disable-debug-runtime \
--disable-debug-symbols \
--enable-keep-symbols \
--enable-targets=r600"
PKG_CONFIGURE_OPTS_TARGET="--enable-polly \
@ -66,6 +67,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-polly \
--disable-expensive-checks \
--disable-debug-runtime \
--disable-debug-symbols \
--enable-keep-symbols \
--enable-jit \
--disable-docs \
--disable-doxygen \