Skip to content

Commit

Permalink
remove minimal build and no debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoex committed Oct 28, 2024
1 parent 3a13983 commit 371715b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build_msvc/navio-util/navio-util.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@
<ConfigurationType>Application</ConfigurationType>
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup>
<!-- Disabling PDB generation to resolve an issue with the BLS library's PDB handling -->
<DebugInformationFormat>None</DebugInformationFormat>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="..\..\src\bitcoin-util.cpp">
<!-- Apply /Zf flag for fast PDB generation -->
<MinimalRebuild>true</MinimalRebuild>
</ClCompile>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 371715b

Please sign in to comment.