scons changes

added fastlog flavour with LOGGING and -O3
changed debug to include _DEBUG
changed devel to include DEBUGFAST
for now wxonassert is disabled as I couldn't make it work


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1571 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2008-12-18 00:37:24 +00:00
parent 4a879698ac
commit e6424f750b
8 changed files with 15 additions and 1 deletions

View File

@ -85,7 +85,7 @@ bool DolphinApp::OnInit()
{
DetectCPU();
#ifdef _DEBUG
#if defined _DEBUG && defined _WIN32
int tmpflag = _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG);
tmpflag |= _CRTDBG_DELAY_FREE_MEM_DF;
_CrtSetDbgFlag(tmpflag);