remove dead code elimination option (#7669)

This commit is contained in:
Jacek Sieka
2018-04-23 17:02:38 +08:00
committed by ringabout
parent 553d7c72b4
commit cc923b3422

View File

@@ -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"