You are not logged in.
I noticed that /etc/makepkg.conf provided by pacman is different than /usr/share/devtools/makepkg.conf.d/x86_64.conf devtools. Specifically the *FLAGS. When building with makechrootpkg, which file is recommended?
Currently, pacman wants to use:
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \
-Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security \
-fstack-clash-protection -fcf-protection \
-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer"
Whereas the file in devtools wants to use:
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \
-Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \
-fstack-clash-protection -fcf-protection
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
It's because pacman had a recent release and devtools does not have a release with https://gitlab.archlinux.org/archlinux/ … quests/229 yet.
Offline
Thanks for the answer. I guess the recommendation is to use the FLAGS that ship with the files in devtools rather than the newer ones in pacman.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline