summary refs log tree commit diff stats
path: root/lib/system/ecmasys.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-09-17 00:31:41 +0200
committerAraq <rumpf_a@web.de>2012-09-17 00:31:41 +0200
commit75abf7250325d90a74189ea7e4852d36c3fdd67c (patch)
tree8f58e79a9330420722f6712fb27eeae59ef4fc4b /lib/system/ecmasys.nim
parentad6ee9e85723a742fe76e6903a63f2796136fe98 (diff)
downloadNim-75abf7250325d90a74189ea7e4852d36c3fdd67c.tar.gz
profiler improvements
Diffstat (limited to 'lib/system/ecmasys.nim')
-rwxr-xr-xlib/system/ecmasys.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/ecmasys.nim b/lib/system/ecmasys.nim
index 0c9db2206..e6a7d7057 100755
--- a/lib/system/ecmasys.nim
+++ b/lib/system/ecmasys.nim
@@ -33,7 +33,7 @@ var
     # list of exception handlers
     # a global variable for the root of all try blocks
 
-{.push stacktrace: off.}
+{.push stacktrace: off, profiler:off.}
 proc nimBoolToStr(x: bool): string {.compilerproc.} =
   if x: result = "true"
   else: result = "false"