From feb550f0b4e1befb6c408d9500da8d46dc4951c9 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/mysql.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrappers/mysql.nim b/src/wrappers/mysql.nim index 4464eae508..06c663822e 100644 --- a/src/wrappers/mysql.nim +++ b/src/wrappers/mysql.nim @@ -7,7 +7,7 @@ # distribution, for details about the copyright. # -{.deadCodeElim: on.} +{.deadCodeElim: on.} # dce option deprecated {.push, callconv: cdecl.} when defined(Unix):