nostrdb

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

initbuild_debug.sh (132B)


      1 #!/usr/bin/env bash
      2 
      3 cd `dirname $0`
      4 mkdir -p "build/debug"
      5 cd build/debug && cmake -GNinja ../.. -DCMAKE_BUILD_TYPE=Debug && ninja