mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 17:10:43 +02:00
CompilerOpts: Restore debug info by default (was implied by line-info
git-svn-id: trunk@33081 -
This commit is contained in:
parent
bd619d70e5
commit
b620fb101b
@ -3031,7 +3031,7 @@ begin
|
||||
fTargetOS := '';
|
||||
|
||||
// linking
|
||||
fGenDebugInfo := false;
|
||||
fGenDebugInfo := True;
|
||||
fDebugInfoType := dsAuto;
|
||||
fUseLineInfoUnit := true;
|
||||
fUseHeaptrc := false;
|
||||
|
Loading…
Reference in New Issue
Block a user