summaryrefslogtreecommitdiffstats
path: root/makepkg.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2002-02-25 20:23:38 +0100
committerJudd Vinet <judd@archlinux.org>2002-02-25 20:23:38 +0100
commitd53b2011b1406a4784995f4043added5c04588ce (patch)
tree3b4b9fd73a8ac0121c7b6fac9185281f08fd7c86 /makepkg.conf
downloadpacman-d53b2011b1406a4784995f4043added5c04588ce.tar.gz
pacman-d53b2011b1406a4784995f4043added5c04588ce.tar.xz
Imported from pacman-1.0.tar.gz
Diffstat (limited to 'makepkg.conf')
-rw-r--r--makepkg.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/makepkg.conf b/makepkg.conf
new file mode 100644
index 00000000..0532f589
--- /dev/null
+++ b/makepkg.conf
@@ -0,0 +1,8 @@
+#
+# /etc/pkgmake.conf
+#
+
+export CFLAGS="-O2 -march=i686 -pipe"
+export CXXFLAGS="-O2 -march=i686 -pipe"
+
+# End of file