aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/pacman/makepkg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/pacman/makepkg.conf')
-rw-r--r--home/.config/pacman/makepkg.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/home/.config/pacman/makepkg.conf b/home/.config/pacman/makepkg.conf
deleted file mode 100644
index 7233660..0000000
--- a/home/.config/pacman/makepkg.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-CFLAGS="-march=native -Ofast -pipe -fomit-frame-pointer"
-RUSTFLAGS="-C opt-level=2 -C target-cpu=native"
-MAKEFLAGS="-j4"
-BUILDDIR=/tmp/makepkg
-COMPRESSGZ=(pigz -c -f -n)
-COMPRESSBZ2=(pbzip2 -c -f)
-COMPRESSXZ=(xz -c -z - --threads=0)
-COMPRESSZST=(zstd -c -z -q - --threads=0)
-PKGEXT='.pkg.tar.zst'