Smattr / clink

a modern re-implementation of Cscope
The Unlicense
43 stars 2 forks source link

only use 'SQLITE_DETERMINISTIC' and 'SQLITE_DIRECTONLY' when supported #121

Closed Smattr closed 1 year ago

Smattr commented 1 year ago

SQLITE_DIRECTONLY in particular was only added in SQLite 3.31, so using it unconditionally was causing compilation failures in some environments.