adamsau / SQLite-imp-doc

A one page documentation of the SQLite implementation for beginners [WIP]
0 stars 0 forks source link

compile SQLite debug #1

Open adamsau opened 6 years ago

adamsau commented 6 years ago

compiling SQLite for debugging

adamsau commented 6 years ago

ref: https://www.sqlite.org/debugging.html

adamsau commented 6 years ago

gcc -o sqlite3 -g -DSQLITE_THREADSAFE=0 sqlite3.c shell.c -ldl on amalgamation