mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
alarm/kodi-rpi-git: revert CFLAGS
This commit is contained in:
parent
2f9c865a90
commit
5611ba6dca
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue