mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-06 04:57:49 +00:00
* `--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
4 lines
115 B
Nim
4 lines
115 B
Nim
const mbetterrunVal {.strdefine.} = ""
|
|
static: echo "compiling: " & mbetterrunVal
|
|
echo "running: " & mbetterrunVal
|