mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 15:09:46 +02: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;
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user