Explorar el Código

build: fix PS3 optimisation flags in VS2010.

legacy
Sam Hocevar sam hace 13 años
padre
commit
f8befa3d7b
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      build/vs2010/Lol.Core.Rules.props

+ 4
- 0
build/vs2010/Lol.Core.Rules.props Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar