omni icon indicating copy to clipboard operation
omni copied to clipboard

Incremental compilation

Open vitreo12 opened this issue 3 years ago • 0 comments

To make the future new nim's IC work, all compile time global variables should not be declared as they are right now, but by importing and using macrocache: https://nim-lang.org/docs/macrocache.html

IC: https://github.com/nim-lang/RFCs/issues/46

vitreo12 avatar Mar 22 '21 09:03 vitreo12