diff options
author | Filippos Karapetis | 2009-10-01 15:07:45 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-10-01 15:07:45 +0000 |
commit | 934e92c28378970e70c6d725db7606c0d7106228 (patch) | |
tree | 8601f1fecf566580b96a89b3a33d8f885f8d491b /dists/msvc9/ScummVM_Release.vsprops | |
parent | ddea9a5bda91189988e8f1f6025f8e90aec433c7 (diff) | |
download | scummvm-rg350-934e92c28378970e70c6d725db7606c0d7106228.tar.gz scummvm-rg350-934e92c28378970e70c6d725db7606c0d7106228.tar.bz2 scummvm-rg350-934e92c28378970e70c6d725db7606c0d7106228.zip |
Fixed bug #2847539, by resetting the optimization options for the release version to the default ones
svn-id: r44521
Diffstat (limited to 'dists/msvc9/ScummVM_Release.vsprops')
-rw-r--r-- | dists/msvc9/ScummVM_Release.vsprops | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dists/msvc9/ScummVM_Release.vsprops b/dists/msvc9/ScummVM_Release.vsprops index 837be3b94c..e2c97ee8d8 100644 --- a/dists/msvc9/ScummVM_Release.vsprops +++ b/dists/msvc9/ScummVM_Release.vsprops @@ -7,7 +7,6 @@ > <Tool Name="VCCLCompilerTool" - Optimization="1" EnableIntrinsicFunctions="true" WholeProgramOptimization="true" PreprocessorDefinitions="WIN32" |