disable "--debugger:native" on macOS

This commit is contained in:
Ștefan Talpalaru 2019-11-12 18:05:05 +01:00
parent 1f352bf440
commit 96baff297c
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 4 additions and 2 deletions

View File

@ -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