summaryrefslogtreecommitdiffstats
path: root/local
diff options
context:
space:
mode:
Diffstat (limited to 'local')
-rw-r--r--local9
1 files changed, 9 insertions, 0 deletions
diff --git a/local b/local
new file mode 100644
index 0000000..013f500
--- /dev/null
+++ b/local
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+export CFLAGS="-march=core2 -mtune=core2 -O2 -fomit-frame-pointer"
+export CXXFLAGS="-march=core2 -mtune=core2 -O2 -fomit-frame-pointer"
+
+export ACLOCAL="aclocal -I /usr/local/share/aclocal"
+export PREFIX=/usr/local
+export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig"
+