소스 검색

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


불러오는 중...
취소
저장