Sfoglia il codice sorgente

build: fix PS3 optimisation flags in VS2010.

legacy
Sam Hocevar sam 13 anni fa
parent
commit
f8befa3d7b
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      build/vs2010/Lol.Core.Rules.props

+ 4
- 0
build/vs2010/Lol.Core.Rules.props Vedi 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>


Caricamento…
Annulla
Salva