disable "--debugger:native" on macOS
This commit is contained in:
parent
c1d08d7e5b
commit
efc7682aaa
6
nim.cfg
6
nim.cfg
|
@ -22,6 +22,8 @@
|
||||||
--excessiveStackTrace:on
|
--excessiveStackTrace:on
|
||||||
# enable metric collection
|
# enable metric collection
|
||||||
-d:metrics
|
-d:metrics
|
||||||
# add debugging symbols and original files and line numbers
|
@if not macosx:
|
||||||
--debugger:native
|
# add debugging symbols and original files and line numbers
|
||||||
|
--debugger:native
|
||||||
|
@end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue