mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
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:
parent
f8c603a2dd
commit
a29b1ac6d3
1 changed files with 0 additions and 1 deletions
|
@ -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'">
|
||||
|
|
Loading…
Add table
Reference in a new issue