From cc923b34221fd04e46f5a3eba62cc079a0903669 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Mon, 23 Apr 2018 17:02:38 +0800 Subject: [PATCH] remove dead code elimination option (#7669) --- src/wrappers/sqlite3.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrappers/sqlite3.nim b/src/wrappers/sqlite3.nim index a129458323..0276a0a652 100644 --- a/src/wrappers/sqlite3.nim +++ b/src/wrappers/sqlite3.nim @@ -7,7 +7,7 @@ # distribution, for details about the copyright. # -{.deadCodeElim: on.} +{.deadCodeElim: on.} # dce option deprecated when defined(windows): when defined(nimOldDlls): const Lib = "sqlite3.dll"