summaryrefslogtreecommitdiffstats
path: root/makepkg.conf
diff options
context:
space:
mode:
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