diff --git a/nim.cfg b/nim.cfg index 7be77a1b0..c5719b4f2 100644 --- a/nim.cfg +++ b/nim.cfg @@ -26,6 +26,8 @@ --excessiveStackTrace:on # enable metric collection -d:metrics -# add debugging symbols and original files and line numbers ---debugger:native +@if not macosx: + # add debugging symbols and original files and line numbers + --debugger:native +@end