IDE: Don't add "Debug" and "Verbose" defines for Lazarus build profiles any more.

git-svn-id: trunk@46965 -
This commit is contained in:
juha 2014-11-22 18:31:41 +00:00
parent 32c31aa3ff
commit 00e70eb738

View File

@ -410,12 +410,6 @@ begin
fUpdateRevisionInc:=True;
end;
Add(Profile);
// Defines to test.
if fAllDefines.Count = 0 then begin
fAllDefines.Add('Debug');
fAllDefines.Add('Verbose');
end;
end;
procedure TBuildLazarusProfiles.Load(XMLConfig: TXMLConfig; const Path: string;
@ -470,13 +464,6 @@ begin
// the IDE part of synedit was split into a new package syneditdsgn
fStaticAutoInstallPackages.Add('syneditdsgn');
end;
// Defines to test.
if fAllDefines.Count = 0 then begin
fAllDefines.Add('Debug');
fAllDefines.Add('Verbose');
end;
fCurrentIndex:=ProfInd;
end;