mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
ceb58b69f1
commit
f7260792a1
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user