Merge pull request #10631 from shuffle2/revert-pdbaltpath

Revert "msbuild: use pdbaltpath to strip dirname of pdb"
This commit is contained in:
JosJuice 2022-05-03 20:58:25 +02:00 committed by GitHub
commit ded18ab61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'">