Commit 70108fa0 authored by nanahira's avatar nanahira

optimize sqlite3 only non-pro3

parent b1ce2315
......@@ -2,6 +2,7 @@ project "sqlite3"
kind "StaticLib"
files { "sqlite3.c", "sqlite3.h" }
if not SERVER_PRO3_SUPPORT then
defines {
"SQLITE_DQS=0",
"SQLITE_DEFAULT_MEMSTATUS=0",
......@@ -11,3 +12,4 @@ project "sqlite3"
"SQLITE_OMIT_PROGRESS_CALLBACK",
"SQLITE_OMIT_SHARED_CACHE",
}
end
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