Closed Nox-404 closed 3 years ago
Wondering why this does not happen for me...
It seems it's because of the following makepkg CFLAG : -D_FORTIFY_SOURCE=2
It adds several checks to enhance program security such as overflow checks and arguments consistency...
Could you support building with this compile flag ?
FYI my flags:
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \
-Wp,-D_FORTIFY_SOURCE=2,-D_GLIBCXX_ASSERTIONS \
-Wformat -Werror=format-security \
-fstack-clash-protection -fcf-protection"
Hi, There's a warning that causes the build to fail on arch using the AUR package. It happens on both the git and standard version.
Is there a fix ?