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