Skip to content

Disable vectorization on debug Intel Compiler builds.

The intel compiler generates internal compiler errors when you use pragma simd and haven't defined NDEBUG.

Merge request reports