From 9edc5f445dc5179303a3862a3839865110c72a40 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 2 Sep 2008 07:59:52 +0000 Subject: Changed the MSVC optimization settings for the release version of all current engines, according to the settings proposed in patch #1877032 - "better optimization settings for msvc9". SSE has NOT been enabled by default though, as it's not available under 64-bit platforms. Updated the MSVC 8 -> MSVC 7/7.1 batch file accordingly svn-id: r34270 --- dists/msvc71/gob.vcproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dists/msvc71/gob.vcproj') diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj index 8516d489fe..b84007f829 100644 --- a/dists/msvc71/gob.vcproj +++ b/dists/msvc71/gob.vcproj @@ -69,6 +69,8 @@ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702" Optimization="2" InlineFunctionExpansion="1" + EnableIntrinsicFunctions="TRUE" + FavorSizeOrSpeed="2" OmitFramePointers="TRUE" AdditionalIncludeDirectories="../..;../../engines" PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" -- cgit v1.2.3