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
macros such as ESP_ERROR_CHECK also use NDEBUG. The NDEBUG flag is being defined in situations where it is not defined an neither is SQLITE_DEBUG, leading to some confusion as to whether the macro is set or not.