diff options
author | lloyd <[email protected]> | 2006-12-14 14:03:37 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-12-14 14:03:37 +0000 |
commit | 26b0e7bf0355473da678c9a43930015522391ee8 (patch) | |
tree | 0121b39b2f8fdf0ea39dcf8cc9c5f7df2bcdd9ee | |
parent | b8e46fd785f72f211d44b2aa61272a35b2311a2f (diff) |
Remove the use of the machine-specific optimization flags, as they have
been removed in Visual Studio 2005.
-rw-r--r-- | misc/config/cc/msvc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/misc/config/cc/msvc b/misc/config/cc/msvc index 3f444a9c3..cb5b56b5d 100644 --- a/misc/config/cc/msvc +++ b/misc/config/cc/msvc @@ -1,4 +1,4 @@ -realname "Visual C++ 2000/2003" +realname "Visual C++" binary_name "cl /nologo" @@ -19,14 +19,6 @@ ar_command "link /lib" makefile_style nmake -<mach_opt> -i486 -> "/G4" -i586 -> "/G5" -i686 -> "/G6" -athlon -> "/G6" -pentium4 -> "/G6" -</mach_opt> - <arch> ia32 </arch> |