Procházet zdrojové kódy

build: generate debug information even in release mode.

legacy
Sam Hocevar sam před 12 roky
rodič
revize
d0a1dd6873
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      build/vs2010/Lol.Core.Rules.props

+ 2
- 0
build/vs2010/Lol.Core.Rules.props Zobrazit soubor

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


Načítá se…
Zrušit
Uložit