Files
Nim/tests/misc/mbetterrun.nim
Timothee Cour ffe4328b35 --usenimcache (implied by nim r main) now caches some compile options to 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
2021-04-25 10:25:31 +02:00

4 lines
115 B
Nim

const mbetterrunVal {.strdefine.} = ""
static: echo "compiling: " & mbetterrunVal
echo "running: " & mbetterrunVal