[EMAIL PROTECTED] wrote:
Author: faridz
Date: Sun Sep  9 06:57:32 2007
New Revision: 574015

URL: http://svn.apache.org/viewvc?rev=574015&view=rev
Log:
2007-09-09 Farid Zaripov <[EMAIL PROTECTED]>

        * projectdef.js (projectCreateVCProject): Enable using of the
        intrinsic functions in release builds.

Unless it's obvious, it's helpful to say why a change was made.
You might know why now and some of the rest of us who read the
list might be able to guess (to enable the Interlocked functions,
right?) but others who just read the ChangeLog may not.

Martin


Modified:
    incubator/stdcxx/trunk/etc/config/windows/projectdef.js

Modified: incubator/stdcxx/trunk/etc/config/windows/projectdef.js
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/windows/projectdef.js?rev=574015&r1=574014&r2=574015&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/windows/projectdef.js (original)
+++ incubator/stdcxx/trunk/etc/config/windows/projectdef.js Sun Sep  9 06:57:32 
2007
@@ -443,6 +443,7 @@
                         compiler.AdditionalOptions += " /GA";
                 }
                 compiler.Optimization = optimizeMinSpace;
+                compiler.EnableIntrinsicFunctions = true;
                 compiler.MinimalRebuild = false;
                 setProperty(compiler.SmallerTypeCheck, false);
                 setProperty(compiler.BasicRuntimeChecks, 
runtimeBasicCheckNone);



Reply via email to