Changeset 1612
- Timestamp:
- Jul 9, 2012, 2:03:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/vs2010/Lol.Core.Rules.props
r1583 r1612 27 27 </ClCompile> 28 28 <ClCompile Condition="'$(Configuration)'=='Release'"> 29 <GenerateDebugInformation>true</GenerateDebugInformation> 29 30 <!-- For Microsoft tools --> 30 31 <Optimization>MaxSpeed</Optimization> … … 60 61 </Link> 61 62 <Link Condition="'$(Configuration)'=='Release'"> 63 <GenerateDebugInformation>true</GenerateDebugInformation> 62 64 <EnableCOMDATFolding>true</EnableCOMDATFolding> 63 65 <OptimizeReferences>true</OptimizeReferences>
Note: See TracChangeset
for help on using the changeset viewer.