disable "--debugger:native" on macOS

This commit is contained in:
Ștefan Talpalaru 2019-11-12 19:08:07 +01:00
parent c1d08d7e5b
commit efc7682aaa
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,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