Skip to content

Commit

Permalink
Compile sqlite3 with -O3 flag (nim-lang#16697)
Browse files Browse the repository at this point in the history
  • Loading branch information
yglukhov authored and ardek66 committed Mar 26, 2021
1 parent bf497d5 commit 1e90e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wrappers/sqlite3.nim
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ else:

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

Expand Down

0 comments on commit 1e90e61

Please sign in to comment.