Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `--usenimcache` (implied by `nim r main`) now caches some compile options to ↵ | Timothee Cour | 2021-04-25 | 1 | -0/+3 |
avoid recompiling when project was previously compiled with such options. (#17829) * `--usenimcache` (implied by `nim r main`) now caches some compile options to avoid recompiling when project was previously compiled with such options. * works * add test * changelog * use std/with |