Remove -pedantic from gui compile, due to gettext.h
[barry.git] / configure-barrygui.sh
blob03710b56aac0e02752ec5565bc3b4a7d22d5ec2c
1 #!/bin/sh
3 export CC="ccache gcc"
4 export CXX="ccache g++"
6 #export CXXFLAGS="-Wall -Werror -pedantic -O0 -g -pg"
7 #export CXXFLAGS="-Wall -Werror -pedantic -O0 -g"
8 export CXXFLAGS="-Wall -Werror -O0 -g"
9 #export CXX="g++-3.3"
10 export PKG_CONFIG_PATH=/home/cdfrey/Contract/netdirect/syncberry/cvs/rootdir/lib/pkgconfig
12 ./configure \
13 --prefix=/home/cdfrey/Contract/netdirect/syncberry/cvs/rootdir