mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
eglibc: fix sed, respect our otimization
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7dc9f050a9
commit
1270e561d0
@ -6,7 +6,7 @@ strip_lto # Fails to compile with GCC's link time optimization.
|
|||||||
strip_gold # Fails to compile using the gold linker.
|
strip_gold # Fails to compile using the gold linker.
|
||||||
|
|
||||||
# Filter out some problematic CFLAGS
|
# Filter out some problematic CFLAGS
|
||||||
CFLAGS=`echo $CFLAGS | sed -e "s|-ffast-math||" -e "s|-O?||"`
|
CFLAGS=`echo $CFLAGS | sed -e "s|-ffast-math||"` # -e "s|-O.|-O3|"
|
||||||
|
|
||||||
# set some CFLAGS we need
|
# set some CFLAGS we need
|
||||||
CFLAGS="$CFLAGS -g -fno-stack-protector"
|
CFLAGS="$CFLAGS -g -fno-stack-protector"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user