Revert "msbuild: use pdbaltpath to strip dirname of pdb"

This reverts commit f2c5c052bc.

debuggers using path-based searching don't seem smart enough
to find a relative path if it's not relative to their pwd.
This commit is contained in:
Shawn Hoffman 2022-05-02 22:57:03 -07:00
parent f8c603a2dd
commit a29b1ac6d3
1 changed files with 0 additions and 1 deletions

View File

@ -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'">