From 58de8cf17972a9f0bd97c41b761c9e16dedea527 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Tue, 28 Dec 2010 02:03:40 -0600 Subject: Initial commit --- local | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 local (limited to 'local') 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" + -- cgit v1.2.3