diff options
| author | 2026-04-17 10:54:14 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:54:14 +0100 | |
| commit | 9391ffd1af2fff4157f6cfa2cd67ba3ad7b5e912 (patch) | |
| tree | 21c30d297aa2594c9186c4d8cd9ab51dc469b0fd /home/.config/pacman/makepkg.conf | |
| parent | 1cbd2703457a7a145533cfc2ca8bb140859da524 (diff) | |
| download | dotfiles-9391ffd1af2fff4157f6cfa2cd67ba3ad7b5e912.tar.gz dotfiles-9391ffd1af2fff4157f6cfa2cd67ba3ad7b5e912.tar.bz2 dotfiles-9391ffd1af2fff4157f6cfa2cd67ba3ad7b5e912.zip | |
fix: correct bugs across multiple config files
- zathurarc: fix broken synctex command (missing quote, wrong placeholders)
and remove duplicate window-title-basename line
- makepkg.conf: remove typo'd pzip/pzip2 duplicate COMPRESSGZ/BZ2 lines
- cargo/config: fix placeholder mold path to -fuse-ld=mold
- linkhandler: fix typo *.JGP → *.JPG
- mpv.conf: update deprecated profile=gpu-hq → profile=high-quality
Diffstat (limited to 'home/.config/pacman/makepkg.conf')
| -rw-r--r-- | home/.config/pacman/makepkg.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home/.config/pacman/makepkg.conf b/home/.config/pacman/makepkg.conf index 383ba6d..7233660 100644 --- a/home/.config/pacman/makepkg.conf +++ b/home/.config/pacman/makepkg.conf @@ -2,8 +2,6 @@ CFLAGS="-march=native -Ofast -pipe -fomit-frame-pointer" RUSTFLAGS="-C opt-level=2 -C target-cpu=native" MAKEFLAGS="-j4" BUILDDIR=/tmp/makepkg -COMPRESSGZ=(pzip -c -f -n) -COMPRESSBZ2=(pzip2 -c -f) COMPRESSGZ=(pigz -c -f -n) COMPRESSBZ2=(pbzip2 -c -f) COMPRESSXZ=(xz -c -z - --threads=0) |
