Merge branch 'typenames' into devel

This commit is contained in:
Ștefan Talpalaru 2020-03-29 10:20:06 +02:00
commit b44ba24142
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ else:
# enable metric collection
--define:metrics
--define:chronicles_line_numbers
# for heap-usage-by-instance-type metrics and object base-type strings
--define:nimTypeNames
# the default open files limit is too low on macOS (512), breaking the
# "--debugger:native" build. It can be increased with `ulimit -n 1024`.