Skip to content

Commit

Permalink
Ensure release builds also produce PDB files. (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
DLLarson authored Jun 22, 2020
1 parent 522f643 commit 992238a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GP/CBPlay32.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ echo off
<ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat />
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<CompileAs>Default</CompileAs>
</ClCompile>
<ResourceCompile>
Expand All @@ -104,7 +104,7 @@ echo off
<OutputFile>Release/CBPlay.exe</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>false</GenerateDebugInformation>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>.\Release/CBPlay.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
Expand Down

0 comments on commit 992238a

Please sign in to comment.