This commit is contained in:
Araq
2018-12-16 19:22:49 +01:00
parent 7ec77684e9
commit d66eb04ce9
2 changed files with 3 additions and 3 deletions

View File

@@ -1539,7 +1539,7 @@ else:
## ``string`` if the taint mode is not
## turned on.
when defined(profiler):
when defined(profiler) and not defined(nimscript):
proc nimProfile() {.compilerProc, noinline.}
when hasThreadSupport:
{.pragma: rtlThreadVar, threadvar.}
@@ -3569,7 +3569,7 @@ when not defined(JS): #and not defined(nimscript):
when defined(endb) and not defined(nimscript):
include "system/debugger"
when defined(profiler) or defined(memProfiler):
when (defined(profiler) or defined(memProfiler)) and not defined(nimscript):
include "system/profiler"
{.pop.} # stacktrace