mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
glibc: addition cflags for gcc8
This commit is contained in:
parent
58d7972dad
commit
0a4dd829a5
@ -89,6 +89,7 @@ pre_configure_target() {
|
||||
|
||||
# set some CFLAGS we need
|
||||
export CFLAGS="$CFLAGS -g -fno-stack-protector"
|
||||
export CFLAGS="$CFLAGS -Wno-error=stringop-truncation -Wno-error=overflow -Wno-error=format-overflow="
|
||||
|
||||
export BUILD_CC=$HOST_CC
|
||||
export OBJDUMP_FOR_HOST=objdump
|
||||
|
Loading…
x
Reference in New Issue
Block a user