Skip to content

GeoModelUtilities: Compile GeoVisitVolumes::handleSerialTransformer with...

GeoModelUtilities: Compile GeoVisitVolumes::handleSerialTransformer with optimization, even in debug builds.

GeoVisitVolumes::handleSerialTransformer makes heavy use of Eigen. We tend to spend a lot of time there in debug builds, where the performance of Eigen is very poor. So force this function to be compiled with optimization, even in debug builds. This speeds up some tests significantly.

Merge request reports