Enable DEBUG compilation condition for swift (#149)

This commit is contained in:
Mel 2021-03-11 17:15:43 -08:00 committed by GitHub
parent d6a96be051
commit 2b2233e702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,4 @@
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 $(inherited)
DEBUG_INFORMATION_FORMAT = dwarf
SWIFT_ACTIVE_COMPILATION_CONDITIONS[arch=*] = DEBUG $(inherited)

View File

@ -9,3 +9,4 @@
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 $(inherited)
SWIFT_ACTIVE_COMPILATION_CONDITIONS[arch=*] = DEBUG $(inherited)