nim.cfg: add comment [skip ci]
This commit is contained in:
parent
48d7f656b5
commit
2630ffa058
3
nim.cfg
3
nim.cfg
|
@ -26,6 +26,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
|
||||
|
|
Loading…
Reference in New Issue