mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-08 15:19:30 +01:00
IDE: Don't add "Debug" and "Verbose" defines for Lazarus build profiles any more.
git-svn-id: trunk@46965 -
This commit is contained in:
parent
32c31aa3ff
commit
00e70eb738
@ -410,12 +410,6 @@ begin
|
|||||||
fUpdateRevisionInc:=True;
|
fUpdateRevisionInc:=True;
|
||||||
end;
|
end;
|
||||||
Add(Profile);
|
Add(Profile);
|
||||||
|
|
||||||
// Defines to test.
|
|
||||||
if fAllDefines.Count = 0 then begin
|
|
||||||
fAllDefines.Add('Debug');
|
|
||||||
fAllDefines.Add('Verbose');
|
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TBuildLazarusProfiles.Load(XMLConfig: TXMLConfig; const Path: string;
|
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
|
// the IDE part of synedit was split into a new package syneditdsgn
|
||||||
fStaticAutoInstallPackages.Add('syneditdsgn');
|
fStaticAutoInstallPackages.Add('syneditdsgn');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
// Defines to test.
|
|
||||||
if fAllDefines.Count = 0 then begin
|
|
||||||
fAllDefines.Add('Debug');
|
|
||||||
fAllDefines.Add('Verbose');
|
|
||||||
end;
|
|
||||||
fCurrentIndex:=ProfInd;
|
fCurrentIndex:=ProfInd;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user