nim.cfg: add "--opt:speed" and "--debugger:native"

This commit is contained in:
Ștefan Talpalaru 2019-11-12 15:48:26 +01:00
parent 5a18227562
commit c1d08d7e5b
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 5 additions and 1 deletions

View File

@ -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