nim.cfg: add comment [skip ci]

This commit is contained in:
Ștefan Talpalaru 2019-11-13 00:22:21 +01:00
parent 48d7f656b5
commit 2630ffa058
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9

View File

@ -26,6 +26,9 @@
--excessiveStackTrace:on --excessiveStackTrace:on
# enable metric collection # enable metric collection
-d:metrics -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: @if not macosx:
# add debugging symbols and original files and line numbers # add debugging symbols and original files and line numbers
--debugger:native --debugger:native