fix, debugging or running from Laz3 did not work anymore

This commit is contained in:
Basile Burg 2024-01-21 20:50:21 +01:00
parent 61c2d132df
commit 58332062d1
1 changed files with 5 additions and 2 deletions

View File

@ -434,6 +434,7 @@
</CodeGeneration>
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf2"/>
<UseHeaptrc Value="True"/>
</Debugging>
<Options>
@ -487,6 +488,7 @@
</CodeGeneration>
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf2"/>
<UseHeaptrc Value="True"/>
</Debugging>
<Options>
@ -511,7 +513,7 @@
<RunParams>
<environment>
<UserOverrides Count="1">
<Variable0 Name="LD_LIBRARY_PATH" Value="./"/>
<Variable0 Name="LD_LIBRARY_PATH" Value="$(ProjPath)/../bin"/>
</UserOverrides>
</environment>
<FormatVersion Value="2"/>
@ -519,7 +521,7 @@
<Mode0 Name="default">
<environment>
<UserOverrides Count="1">
<Variable0 Name="LD_LIBRARY_PATH" Value="./"/>
<Variable0 Name="LD_LIBRARY_PATH" Value="$(ProjPath)/../bin"/>
</UserOverrides>
</environment>
</Mode0>
@ -907,6 +909,7 @@
<Linking>
<Debugging>
<GenerateDebugInfo Value="False"/>
<DebugInfoType Value="dsDwarf2"/>
</Debugging>
<LinkSmart Value="True"/>
<Options>