--- yoda/doit 2005/09/16 12:01:02 5.1 +++ yoda/doit 2006/09/21 13:10:02 6.2 @@ -1,8 +1,10 @@ -export CFLAGS="-g -O3" -export FFLAGS="-g -O3" -export CXXFLAGS="-g -O3" +autoheader +libtoolize --force +export CFLAGS="-g -O4" +export FFLAGS="-g -O0 -keepC" +export CXXFLAGS="-g -O4" aclocal automake -a autoconf -./configure --prefix=/opt/yoda --with-log4cxx=/opt/log4cxx +./configure --prefix=/home/kusanagi/tmp --with-log4cxx=/opt/log4cxx --enable-gprof=no make