Skip to content

Commit

Permalink
add comment to explain the reason to disable pdb generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoex committed Oct 26, 2024
1 parent 9d2690e commit 5f9994b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_msvc/navio-util/navio-util.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<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">
Expand Down

0 comments on commit 5f9994b

Please sign in to comment.