Update quitProc for nim 1.6 deprecation warning.

This commit is contained in:
Mahlon E. Smith 2021-10-20 11:41:30 -07:00
parent 2980bff63e
commit 0739bac11c
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ debugger: ${FILES}
nim --debugger:on --nimcache:.cache c ${FILES}
release: ${FILES}
nim -d:release --opt:speed --parallelBuild:0 --nimcache:.cache c ${FILES}
nim -d:release -d:nimDebugDlOpen --opt:speed --parallelBuild:0 --nimcache:.cache c ${FILES}
docs:
nim doc ${FILES}