FS-11122: [Build-System] Fix improper use of debug symbols settings on Windows.

This commit is contained in:
Andrey Volk
2018-04-19 23:02:09 +03:00
committed by Muteesa Fred
parent a0fd0a1b44
commit 3645facb84
10 changed files with 15 additions and 20 deletions
+2
View File
@@ -17,6 +17,8 @@
<EnablePREfast>true</EnablePREfast>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
</Link>
</ItemDefinitionGroup>
</Project>