Skip to content

Commit

Permalink
use different flag to suppress pdb generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoex committed Oct 27, 2024
1 parent 81d3bb6 commit ada265d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build_msvc/navio-util/navio-util.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
<Import Project="..\common.init.vcxproj" />
<PropertyGroup Label="Globals">
<ProjectGuid>{57A04EC9-542A-4E40-83D0-AC3BE1F36805}</ProjectGuid>
<!-- Disabling PDB generation to resolve an issue with the BLS library's PDB handling -->
<GenerateDebugInformation>false</GenerateDebugInformation>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="..\..\src\bitcoin-util.cpp" />
</ItemGroup>
<!-- Disabling PDB generation to resolve an issue with the BLS library's PDB handling -->
<ClCompile>
<DebugInformationFormat>None</DebugInformationFormat>
</ClCompile>
<ItemGroup>
<ProjectReference Include="..\libbitcoin_consensus\libbitcoin_consensus.vcxproj">
<Project>{2b384fa8-9ee1-4544-93cb-0d733c25e8ce}</Project>
Expand Down

0 comments on commit ada265d

Please sign in to comment.