config.nims: --define:nimTypeNames

This commit is contained in:
Ștefan Talpalaru 2020-03-28 23:04:43 +01:00
parent 9b07b87ca5
commit 1276f346e0
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`.