Compile sqlite3 with -O3 flag (#16697)

This commit is contained in:
Yuriy Glukhov
2021-01-12 14:26:52 +02:00
committed by GitHub
parent 736b0d13c0
commit e5ea3f0cce

View File

@@ -26,7 +26,7 @@ else:
when defined(staticSqlite):
{.pragma: mylib.}
{.compile: "sqlite3.c".}
{.compile("sqlite3.c", "-O3").}
else:
{.pragma: mylib, dynlib: Lib.}