[commit] r1898 - trunk/GME/Mga

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Apr 17 16:37:04 CDT 2012


Author: ksmyth
Date: Tue Apr 17 16:37:04 2012
New Revision: 1898

Log:
Optional #defines to speed Debug builds

Modified:
   trunk/GME/Mga/StdAfx.h

Modified: trunk/GME/Mga/StdAfx.h
==============================================================================
--- trunk/GME/Mga/StdAfx.h	Tue Apr 17 16:36:54 2012	(r1897)
+++ trunk/GME/Mga/StdAfx.h	Tue Apr 17 16:37:04 2012	(r1898)
@@ -8,6 +8,9 @@
 
 #pragma once
 
+//#define _SECURE_SCL 0
+//#define _HAS_ITERATOR_DEBUGGING 0
+
 //#define _ATL_DEBUG_INTERFACES
 // If you find a leak, put this in DllMain to DebugBreak on every AddRef/Release on that interface pointer
 // _AtlDebugInterfacesModule.m_nIndexBreakAt = 42;


More information about the gme-commit mailing list