mirror of https://gitlab.com/basile.b/dexed.git
fix, debugging or running from Laz3 did not work anymore
This commit is contained in:
parent
61c2d132df
commit
58332062d1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue