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