You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2007/05/25 08:14:03 UTC

svn commit: r541562 - /harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml

Author: varlax
Date: Thu May 24 23:14:02 2007
New Revision: 541562

URL: http://svn.apache.org/viewvc?view=rev&rev=541562
Log:
Applied HARMONY-3651 [drlvm][jit] Very slow compilation in Jitrino on Windows x86-64.

Modified:
    harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml

Modified: harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml?view=diff&rev=541562&r1=541561&r2=541562
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml Thu May 24 23:14:02 2007
@@ -131,7 +131,7 @@
                 <compilerarg value="/Fo${build.semi.dir}/vm/jitrino/_obj/" />
 
                 <!-- _CRT_SECURE_NO_DEPRECATE added to suppress a huge amount of complaints from msvc em64t compiler -->
-                <defineset define="PLATFORM_NT,_WINDLL,_MBCS,_REENTRANT,__SMP__,WIN32,_WIN32,_CRT_SECURE_NO_DEPRECATE" />
+                <defineset define="PLATFORM_NT,_WINDLL,_MBCS,_REENTRANT,__SMP__,WIN32,_WIN32,_CRT_SECURE_NO_DEPRECATE,_HAS_ITERATOR_DEBUGGING=0,_SECURE_SCL=0" />
 
                 <compilerarg value="/nologo" />
                 <compilerarg value="/EHsc" />