nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

commit e9674f92eea8a134fb499335982a20e96a56955a
parent e9ce8d0d67dce7a3a669d252f8f24deb8122347c
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 28 Aug 2023 08:04:18 -0700

don't force debug builds

Diffstat:
Mnostrdb.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nostrdb.h b/nostrdb.h @@ -7,7 +7,7 @@ #define NDB_PACKED_STR 0x1 #define NDB_PACKED_ID 0x2 -#define DEBUG 1 +//#define DEBUG 1 #ifdef DEBUG #define ndb_debug(...) printf(__VA_ARGS__)