alarm/kodi-rpi-legacy: revert CFLAGS

This commit is contained in:
graysky 2021-11-10 15:36:30 -05:00
parent e1963b08ba
commit ce8887d87f

View file

@ -111,8 +111,7 @@ build() {
# uses here so unset them and redefine below
unset CFLAGS CXXFLAGS
CFLAGS="-O2 -pipe -fstack-protector-strong -fno-plt -fexceptions \
-Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection"
CFLAGS="-O2 -pipe -fno-plt"
CXXFLAGS="${CFLAGS}"
export CFLAGS+=" -mcpu=cortex-a7 -mtune=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard"