diff options
Diffstat (limited to 'compiler/nimrod.nim')
-rwxr-xr-x | compiler/nimrod.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimrod.nim b/compiler/nimrod.nim index 31ae355f6..1a73bcca0 100755 --- a/compiler/nimrod.nim +++ b/compiler/nimrod.nim @@ -20,7 +20,7 @@ import when hasTinyCBackend: import tccgen -when defined(profiler): +when defined(profiler) or defined(memProfiler): {.hint: "Profiling support is turned on!".} import nimprof |