Bläddra i källkod

Tweak Intel for stricter error checking

[SVN r8973]
Beman Dawes 25 år sedan
förälder
incheckning
f1097c5d3a
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      status/compiler.cfg

+ 2 - 2
status/compiler.cfg

@@ -179,8 +179,8 @@ GNU GCC<br>2.95.2-6<br>Cygwin 1.1.7
 win32
 icl
 Intel C++ 5.0
-icl /c /nologo /Qwn5 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
-icl /Feboosttmp.exe /nologo /Qwn5 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link user32.lib
+icl /c /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
+icl /Feboosttmp.exe /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link user32.lib
 Intel C++<br>5.0<br>MS lib<br>6.0
 
 // end of file

粤ICP备19079148号