Просмотр исходного кода

build: generate debug information even in release mode.

legacy
Sam Hocevar sam 13 лет назад
Родитель
Сommit
d0a1dd6873
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      build/vs2010/Lol.Core.Rules.props

+ 2
- 0
build/vs2010/Lol.Core.Rules.props Просмотреть файл

@@ -26,6 +26,7 @@
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile> </ClCompile>
<ClCompile Condition="'$(Configuration)'=='Release'"> <ClCompile Condition="'$(Configuration)'=='Release'">
<GenerateDebugInformation>true</GenerateDebugInformation>
<!-- For Microsoft tools --> <!-- For Microsoft tools -->
<Optimization>MaxSpeed</Optimization> <Optimization>MaxSpeed</Optimization>
<!-- For PlayStation tools --> <!-- For PlayStation tools -->
@@ -59,6 +60,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation> <GenerateDebugInformation>true</GenerateDebugInformation>
</Link> </Link>
<Link Condition="'$(Configuration)'=='Release'"> <Link Condition="'$(Configuration)'=='Release'">
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding> <EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences> <OptimizeReferences>true</OptimizeReferences>
</Link> </Link>


Загрузка…
Отмена
Сохранить