Parent Directory | Revision Log
execute by default the maximum optimization of the code
1 | kusanagi | 5.1 | export CFLAGS="-g -O3" |
2 | export FFLAGS="-g -O3" | ||
3 | export CXXFLAGS="-g -O3" | ||
4 | kusanagi | 1.1 | aclocal |
5 | automake -a | ||
6 | autoconf | ||
7 | kusanagi | 5.1 | ./configure --prefix=/opt/yoda --with-log4cxx=/opt/log4cxx |
8 | kusanagi | 1.1 | make |
ViewVC Help | |
Powered by ViewVC 1.1.23 |