Browse Source

build: fix PS3 optimisation flags in VS2010.

legacy
Sam Hocevar sam 12 years ago
parent
commit
f8befa3d7b
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      build/vs2010/Lol.Core.Rules.props

+ 4
- 0
build/vs2010/Lol.Core.Rules.props View File

@@ -26,7 +26,11 @@
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Condition="'$(Configuration)'=='Release'">
<!-- For Microsoft tools -->
<Optimization>MaxSpeed</Optimization>
<!-- For PlayStation tools -->
<OptimizationLevel>Level2</OptimizationLevel>

<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>


Loading…
Cancel
Save