CompilerOpts: Restore debug info by default (was implied by line-info

git-svn-id: trunk@33081 -
This commit is contained in:
martin 2011-10-25 09:49:35 +00:00
parent bd619d70e5
commit b620fb101b

View File

@ -3031,7 +3031,7 @@ begin
fTargetOS := '';
// linking
fGenDebugInfo := false;
fGenDebugInfo := True;
fDebugInfoType := dsAuto;
fUseLineInfoUnit := true;
fUseHeaptrc := false;