diff options
Diffstat (limited to 'local')
| -rw-r--r-- | local | 9 | 
1 files changed, 9 insertions, 0 deletions
@@ -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" +  | 
