You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you sure clion is adding DEBUG flag? I know that usually NDEBUG is used to indicate release mode (anyway that is what cmake is doing).
I just pushed use_ndebug branch,can you try it out? if it doesn't t work take a look at src/common/Debug.h or late me know
When running the main module -
Marabou.cpp
on debug mode, assertions are not called. Probably due to missing--DDEBUG
flagThe text was updated successfully, but these errors were encountered: