make installcheck
fails when building with -DNDEBUG
#272
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
I: User Interface
Users may need to change their code due to changes in function calls
S: Normal
Handle this with default priority
T: Maintenance
Work to keep up the quality of the code and documentation.
ZC: Infrastructure
DO NOT USE THIS LABEL
ZP: In progess
DO NOT USE THIS LABEL
Enabling the flag
NDEBUG
breaksmake installcheck
, as we relay on assertions to fail in the testselftests/test_crash_or_die.sli
(when building without mpi). All other tests seem to pass.The
CMAKE_BUILD_TYPE
[1] (#213) system usually sets this flag for everything beyondDebug
, but has some advantages.The text was updated successfully, but these errors were encountered: