timotheecour / Nim

Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
http://nim-lang.org/
Other
2 stars 0 forks source link

`nim r -d:foo pathto/main` should cache all CT options in filename to avoid recompiling when not needed #698

Closed timotheecour closed 3 years ago

timotheecour commented 3 years ago

D20210422T135125

timotheecour commented 3 years ago

fixed by https://github.com/nim-lang/Nim/pull/17829