From c1d08d7e5bfcb361237f6edaf815b1598249cf5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Tue, 12 Nov 2019 15:48:26 +0100 Subject: [PATCH] nim.cfg: add "--opt:speed" and "--debugger:native" --- nim.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nim.cfg b/nim.cfg index 15384ca83..2f5e6151d 100644 --- a/nim.cfg +++ b/nim.cfg @@ -18,6 +18,10 @@ @end --threads:on +--opt:speed --excessiveStackTrace:on --d:metrics # enable metric collection +# enable metric collection +-d:metrics +# add debugging symbols and original files and line numbers +--debugger:native