From ea2cf390d7dcd7e9454da633d043d737aa77927c Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Sat, 25 May 2013 00:28:04 -0700 Subject: [PATCH] Defining ASMJIT_DEBUG in debug builds. --- common.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/common.gypi b/common.gypi index 887b39264..e365d9aac 100644 --- a/common.gypi +++ b/common.gypi @@ -117,6 +117,7 @@ 'inherit_from': ['common_base',], 'defines': [ 'DEBUG', + 'ASMJIT_DEBUG=', ], 'msvs_configuration_attributes': { 'OutputDirectory': '<(DEPTH)\\build\\xenia\\debug',