From 62a783a6bd7649ccd162e32278098080bf450c7b Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 9 Aug 2002 18:03:48 +0000 Subject: Imported from pacman-2.0.tar.gz --- etc/makepkg.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 etc/makepkg.conf (limited to 'etc/makepkg.conf') diff --git a/etc/makepkg.conf b/etc/makepkg.conf new file mode 100644 index 00000000..375851f3 --- /dev/null +++ b/etc/makepkg.conf @@ -0,0 +1,9 @@ +# +# /etc/makepkg.conf +# + +export CFLAGS="-O2 -march=i686 -pipe" +export CXXFLAGS="-O2 -march=i686 -pipe" + +#export MAKEFLAGS="-j 2" + -- cgit v1.2.3-24-g4f1b