Skip to content
Permalink
Browse files
Merge pull request #10631 from shuffle2/revert-pdbaltpath
Revert "msbuild: use pdbaltpath to strip dirname of pdb"
  • Loading branch information
JosJuice committed May 3, 2022
2 parents f8c603a + a29b1ac commit ded18ab
Showing 1 changed file with 0 additions and 1 deletion.
@@ -174,7 +174,6 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
<AdditionalOptions>/experimental:deterministic %(AdditionalOptions)</AdditionalOptions>
<AdditionalOptions>/PDBALTPATH:Build\$(Platform)\$(Configuration)\$(ProjectName)\bin\%_PDB% %(AdditionalOptions)</AdditionalOptions>
</Link>
<!--Link Release-->
<Link Condition="'$(Configuration)'=='Release'">

0 comments on commit ded18ab

Please sign in to comment.