Skip to content

changed DEBUG to NOT NDEBUG and removed separate debug target from cmake

Praetorius, Simon requested to merge issue/flag_ndebug into master

replaced all occurences of preprocessor directives #if DEBUG != 0 or similar lines by #ifndef NDEBUG

Merge request reports