瀏覽代碼

build: fix PS3 optimisation flags in VS2010.

legacy
Sam Hocevar sam 13 年之前
父節點
當前提交
f8befa3d7b
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      build/vs2010/Lol.Core.Rules.props

+ 4
- 0
build/vs2010/Lol.Core.Rules.props 查看文件

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

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


Loading…
取消
儲存