From 1d7e7f64f31c70363e2f968e486233c3aaae88ef Mon Sep 17 00:00:00 2001 From: konqoro Date: Mon, 10 Jul 2017 14:06:03 +0300 Subject: [PATCH] It needs to be a debug build. --- Profiling.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Profiling.asciidoc b/Profiling.asciidoc index d745474..d20f24b 100644 --- a/Profiling.asciidoc +++ b/Profiling.asciidoc @@ -5,7 +5,7 @@ Embedded Stack Trace Profiler: http://nim-lang.org/docs/estp.html [source,bash] ---- # build your application as: -nim -d:release --debugger:native c application.nim +nim --debugger:native c application.nim # profile calls with: valgrind --tool=callgrind ./application