diff options
author | Filippos Karapetis | 2008-09-02 07:59:52 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-09-02 07:59:52 +0000 |
commit | 9edc5f445dc5179303a3862a3839865110c72a40 (patch) | |
tree | cb12a1723993cf8d68f3039f8e08de64e62df7fd /dists/msvc8/gob.vcproj | |
parent | 26b9ae0cd9b6ceca915b429793fc65363d730c49 (diff) | |
download | scummvm-rg350-9edc5f445dc5179303a3862a3839865110c72a40.tar.gz scummvm-rg350-9edc5f445dc5179303a3862a3839865110c72a40.tar.bz2 scummvm-rg350-9edc5f445dc5179303a3862a3839865110c72a40.zip |
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
Diffstat (limited to 'dists/msvc8/gob.vcproj')
-rw-r--r-- | dists/msvc8/gob.vcproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj index 6e034367ec..e79f130035 100644 --- a/dists/msvc8/gob.vcproj +++ b/dists/msvc8/gob.vcproj @@ -111,8 +111,10 @@ <Tool Name="VCCLCompilerTool" AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996" - Optimization="2" + Optimization="3" InlineFunctionExpansion="1" + EnableIntrinsicFunctions="true" + FavorSizeOrSpeed="2" OmitFramePointers="true" AdditionalIncludeDirectories="../..;../../engines" PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" |