depends: Ensure definitions are passed when building SQLite with `DEBUG=1`
The SQLite build system overrides the CFLAGS when is configured with the --enable-debug option.
Amends https://github.com/bitcoin/bitcoin/pull/25987.
Otherwise, for example in OSS-Fuzz, the testing binaries diverge from the release ones.