ThomasTJdev / nim_websitecreator

Nim fullstack website framework - deploy a website within minutes
https://nimwc.org
MIT License
177 stars 7 forks source link

Unneeded code strip #32

Closed juancarlospaco closed 6 years ago

juancarlospaco commented 6 years ago

https://github.com/ThomasTJdev/nim_websitecreator/blob/master/nimwc.nim#L165-L167 can be replaced with:

{.passL: "-s".}

At the top of the modules. Not a Bug but an improvement.

https://nim-lang.org/docs/manual.html#implementation-specific-pragmas-passl-pragma :laughing: