The usage of expression templates sometimes increases the compilation time. To avoid this, one can develop a program without any optimization parameters in the makefile . After that, apply optimization parameters like -O3 in the makefile instead of the parameter -g .
Furthermore, the library can be compiled in a developer version,
which is slower and a fast version (see source/parameter.h).
The
example makefile can be applied for different files main.cc .
Last modified: Wed Feb 9 12:52:11 MET 2000