Removed old branches from git-push-all.sh
[barry.git] / configure-barry.sh
blob118e1855f805ea731e5d01c24f3de9450455368e
1 #!/bin/sh
3 #export CXXFLAGS="-Wall -Werror -pedantic -O0 -g -pg"
4 export CXXFLAGS="-Wall -Werror -O0 -g"
6 export CC="ccache gcc"
7 export CXX="ccache g++"
9 export BOOSTOPT="--enable-boost"
11 ./configure \
12 --prefix=/home/cdfrey/Contract/netdirect/syncberry/cvs/rootdir \
13 $BOOSTOPT \