top level nim.cfg: add "--debugger:native"

This commit is contained in:
Ștefan Talpalaru 2019-11-12 15:28:37 +01:00
parent 07f0bd9378
commit 52035c676d
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 0 deletions

View File

@ -22,4 +22,6 @@
--excessiveStackTrace:on
# enable metric collection
-d:metrics
# add debugging symbols and original files and line numbers
--debugger:native