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/msvc9/drascula.vcproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dists/msvc9/drascula.vcproj') diff --git a/dists/msvc9/drascula.vcproj b/dists/msvc9/drascula.vcproj index 45a75cb7a2..daa5970f2e 100644 --- a/dists/msvc9/drascula.vcproj +++ b/dists/msvc9/drascula.vcproj @@ -114,6 +114,8 @@ AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996" Optimization="3" InlineFunctionExpansion="2" + EnableIntrinsicFunctions="true" + FavorSizeOrSpeed="2" OmitFramePointers="true" AdditionalIncludeDirectories="../../;../../engines" PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS" -- cgit v1.2.3