Skip to content

Commit 6987408

Browse files
yglukhovringabout
authored andcommitted
Compile sqlite3 with -O3 flag (#16697)
1 parent eebe3b5 commit 6987408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrappers/sqlite3.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ else:
2626

2727
when defined(staticSqlite):
2828
{.pragma: mylib.}
29-
{.compile: "sqlite3.c".}
29+
{.compile("sqlite3.c", "-O3").}
3030
else:
3131
{.pragma: mylib, dynlib: Lib.}
3232

0 commit comments

Comments
 (0)