Skip to content

GeoModelCore: Force optimization.

Code which makes heavy use of Eigen is very slow when compiled with optimization. Force GeoModelCore to always be compiled with optimization on, even in debug builds. Reduces athena initialization time by ~5min in debug builds.

Merge request reports