Defining ASMJIT_DEBUG in debug builds.

This commit is contained in:
Ben Vanik 2013-05-25 00:28:04 -07:00
parent f3552ff9a5
commit ea2cf390d7
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@
'inherit_from': ['common_base',],
'defines': [
'DEBUG',
'ASMJIT_DEBUG=',
],
'msvs_configuration_attributes': {
'OutputDirectory': '<(DEPTH)\\build\\xenia\\debug',