CMake adds -DNDEBUG with build types Release, MinSizeRel and RelWithDebInfo. NDEBUG disables assert(), which can improve performance.
3.4 KiB
3.4 KiB
CMake adds -DNDEBUG with build types Release, MinSizeRel and RelWithDebInfo. NDEBUG disables assert(), which can improve performance.