Commit 276543a9 authored by Chen Bill's avatar Chen Bill Committed by GitHub

sqlite: add compile-time options (#2812)

parent 051949fb
...@@ -2,3 +2,12 @@ project "sqlite3" ...@@ -2,3 +2,12 @@ project "sqlite3"
kind "StaticLib" kind "StaticLib"
files { "sqlite3.c", "sqlite3.h" } files { "sqlite3.c", "sqlite3.h" }
defines {
"SQLITE_DQS=0",
"SQLITE_DEFAULT_MEMSTATUS=0",
"SQLITE_MAX_EXPR_DEPTH=0",
"SQLITE_OMIT_DECLTYPE",
"SQLITE_OMIT_DEPRECATED",
"SQLITE_OMIT_PROGRESS_CALLBACK",
"SQLITE_OMIT_SHARED_CACHE",
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment