Author: Russell Reagan
Date: 17:38:33 04/19/04
Go up one level in this thread
On April 19, 2004 at 07:26:18, Bryan Hofmann wrote: >What were the compiler option switches used here? For the native version, I used these: /O2 /Ot /G7 /D "NT_i386" /D "VC_INLINE_ASM" /D "USE_ASSEMBLY" /D "_MBCS" /FD /MT /Fo"Optimized1/" /Fd"Optimized1/vc70.pdb" /W3 /nologo /c /Zi /TP Managed: /O2 /Ot /G7 /D "NT_i386" /D "VC_INLINE_ASM" /D "USE_ASSEMBLY" /D "_MBCS" /FD /MT /Fo"Optimized1/" /Fd"Optimized1/vc70.pdb" /W3 /nologo /c /Zi /TP /clr So basically the only difference was that I added /clr to the managed version, and it ran significantly slower. I left off Whole Program Optimizations in both versions, since that was incompatible with /clr.
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.