From 44cf9ba4b73ba96de98b5509a35f06d74813fe57 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 17 Jul 2024 21:24:34 +0200 Subject: [PATCH] Am a packager now --- pacman/.config/pacman/makepkg.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pacman/.config/pacman/makepkg.conf b/pacman/.config/pacman/makepkg.conf index d5bb278..8cf7653 100644 --- a/pacman/.config/pacman/makepkg.conf +++ b/pacman/.config/pacman/makepkg.conf @@ -1,10 +1,6 @@ #!/hint/bash -# Modify default build parameters to build native optimizations -CFLAGS="${CFLAGS/-mtune=generic/-mtune=native}" -CXXFLAGS="${CXXFLAGS/-mtune=generic/-mtune=native}" - -# Enable rust to do the same -export RUSTFLAGS="-C target_cpu=native" +PACKAGER="Bert Peters " +GPGKEY="0x38100C24376CD5F6ED4FF4B46918400C2703040C" # Do a parallel build and enable output combining MAKEFLAGS="-j$(nproc) -Otarget -k"