mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 16:49:07 +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;
|
||||
// Debug flags
|
||||
GenerateDebugInfo:=IsDebug;
|
||||
UseExternalDbgSyms:=IsDebug;
|
||||
UseHeaptrc:=IsDebug;
|
||||
// ToDo: TrashVariables:=IsDebug;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user