alarm/kodi-rpi-git: revert CFLAGS

This commit is contained in:
graysky 2021-11-09 16:55:43 -05:00
parent 2f9c865a90
commit 5611ba6dca

View file

@ -120,8 +120,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}"
if [[ $CARCH = "armv7h" ]]; then