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"