Comment 4 for bug 1809622

Revision history for this message
Wayne Stambaugh (stambaughw) wrote :

AFAIR, there was a change in the CMakeList.txt file that used the default CMake build type setting which is RelWithDbgInfo. This build type would cause the assert dialog to be shown. I thought we had already addressed this because it was an issue with the 5.0.0 release. -DCMAKE_BUILD_TYPE=Release must be defined at configuration to ensure a true release build.