mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 16:38:02 +02:00
Revert "Disable PEEPHOLE opt in fpc 3.2.0 to fpc 3.2.3 => there is a bug that can cause crashed in fpdebug/lazutils"
This reverts commit 78bb88de35
.
This commit is contained in:
parent
056cc6dd26
commit
ad741a8d7a
@ -12,21 +12,6 @@
|
||||
<OtherUnitFiles Value="."/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Conditionals Value="if(GetProjValue('FPC_FULLVERSION') > 30200) and
|
||||
(GetProjValue('FPC_FULLVERSION') < 30204)
|
||||
then begin
|
||||
CustomOptions := '-OoNOPEEPHOLE' ;
|
||||
end;
|
||||
|
||||
// example for adding linker options on Mac OS X
|
||||
//if TargetOS='darwin' then
|
||||
// LinkerOptions := ' -framework OpenGL';
|
||||
|
||||
// example for adding a unit and include path on Windows
|
||||
//if SrcOS='win' then begin
|
||||
// UnitPath += ';win';
|
||||
// IncPath += ';win';
|
||||
//end;"/>
|
||||
<Other>
|
||||
<Verbosity>
|
||||
<ShowWarn Value="False"/>
|
||||
|
@ -9,21 +9,6 @@
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Conditionals Value="if(GetProjValue('FPC_FULLVERSION') > 30200) and
|
||||
(GetProjValue('FPC_FULLVERSION') < 30204)
|
||||
then begin
|
||||
CustomOptions := '-OoNOPEEPHOLE' ;
|
||||
end;
|
||||
|
||||
// example for adding linker options on Mac OS X
|
||||
//if TargetOS='darwin' then
|
||||
// LinkerOptions := ' -framework OpenGL';
|
||||
|
||||
// example for adding a unit and include path on Windows
|
||||
//if SrcOS='win' then begin
|
||||
// UnitPath += ';win';
|
||||
// IncPath += ';win';
|
||||
//end;"/>
|
||||
<Other>
|
||||
<CompilerMessages>
|
||||
<IgnoredMessages idx6058="True" idx3123="True"/>
|
||||
|
@ -13,13 +13,7 @@
|
||||
<UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Conditionals Value="if SrcOS<>'win' then
|
||||
UnitPath := 'nonwin32';
|
||||
|
||||
if(GetProjValue('FPC_FULLVERSION') > 30200) and
|
||||
(GetProjValue('FPC_FULLVERSION') < 30204)
|
||||
then begin
|
||||
CustomOptions := '-OoNOPEEPHOLE' ;
|
||||
end;"/>
|
||||
UnitPath := 'nonwin32';"/>
|
||||
<Other>
|
||||
<Verbosity>
|
||||
<ShowNotes Value="False"/>
|
||||
|
Loading…
Reference in New Issue
Block a user