Skip to content

ISF_FastCaloSimParametrization: Fix NDEBUG inconsistency.

We compile one source in this package with optimization even in dbg builds --- it's just to slow otherwise. But the debug switches also include -DNDEBUG, which will casuse Trk::ObjectCounter to be compiled inconsistently, which can result in link-time warnings. Fix by adding -UNDEBUG to the switches.

See ATLASRECTS-8043.

Merge request reports