nim.cfg: add comment [skip ci]

This commit is contained in:
Ștefan Talpalaru 2019-11-13 00:23:08 +01:00
parent 8ad1eac41d
commit 588829b5cd
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9

View File

@ -22,6 +22,9 @@
--excessiveStackTrace:on
# enable metric collection
-d:metrics
# the default open files limit is too low on macOS (512), breaking the
# "--debugger:native" build. It can be increased with `ulimit -n 1024`.
@if not macosx:
# add debugging symbols and original files and line numbers
--debugger:native