Author: j16sdiz Date: 2009-03-31 02:09:47 +0000 (Tue, 31 Mar 2009) New Revision: 26265
Modified: trunk/contrib/fec/src/csrc/w32 Log: Compiler options for VC++ Modified: trunk/contrib/fec/src/csrc/w32 =================================================================== --- trunk/contrib/fec/src/csrc/w32 2009-03-31 01:37:07 UTC (rev 26264) +++ trunk/contrib/fec/src/csrc/w32 2009-03-31 02:09:47 UTC (rev 26265) @@ -12,7 +12,7 @@ CPP_OPTS := /nologo /MTd /W3 /GZ /ZI /Od /D DEBUG $(CPP_OPTS) else MODE := Release -CPP_OPTS := /nologo /MT /W3 /O1 /D NDEBUG $(CPP_OPTS) +CPP_OPTS := /nologo /MT /W3 /Ot /D NDEBUG $(CPP_OPTS) endif LIBS := kernel32 user32 #advapi32 shell32 gdi32 winspool cmdlg32 ole32 oleaut32 uuid odbc32 odbccp32 _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
