esp32-idf-sqlite3
esp32-idf-sqlite3 copied to clipboard
#ifdef NDEBUG conflicts with esp_err.h
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.