mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 01:55:54 +02:00
IDE: Use external debug symbols (-Xg) for Debug build mode.
git-svn-id: trunk@42218 -
This commit is contained in:
parent
9b06e79ee7
commit
f2d413fecf
@ -246,6 +246,7 @@ var
|
|||||||
IncludeAssertionCode:=IsDebug;
|
IncludeAssertionCode:=IsDebug;
|
||||||
// Debug flags
|
// Debug flags
|
||||||
GenerateDebugInfo:=IsDebug;
|
GenerateDebugInfo:=IsDebug;
|
||||||
|
UseExternalDbgSyms:=IsDebug;
|
||||||
UseHeaptrc:=IsDebug;
|
UseHeaptrc:=IsDebug;
|
||||||
// ToDo: TrashVariables:=IsDebug;
|
// ToDo: TrashVariables:=IsDebug;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user