mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 00:50:49 +02:00
* USEOPT to override NOOPT for 1.0.x
This commit is contained in:
parent
9edd8f5b51
commit
378f8aab70
@ -19,7 +19,9 @@
|
|||||||
{$define USEINLINE}
|
{$define USEINLINE}
|
||||||
{$else}
|
{$else}
|
||||||
{ Optimizer is broken when compiling with optimizations using 1.0.x }
|
{ Optimizer is broken when compiling with optimizations using 1.0.x }
|
||||||
{$define NOOPT}
|
{$ifndef USEOPT}
|
||||||
|
{$define NOOPT}
|
||||||
|
{$endif}
|
||||||
{$endif VER1_0}
|
{$endif VER1_0}
|
||||||
|
|
||||||
{$define FPCPROCVAR}
|
{$define FPCPROCVAR}
|
||||||
@ -88,7 +90,10 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.29 2003-12-14 20:20:14 peter
|
Revision 1.30 2003-12-14 22:41:46 peter
|
||||||
|
* USEOPT to override NOOPT for 1.0.x
|
||||||
|
|
||||||
|
Revision 1.29 2003/12/14 20:20:14 peter
|
||||||
* disable optimizer again for 1.0.x
|
* disable optimizer again for 1.0.x
|
||||||
|
|
||||||
Revision 1.28 2003/12/14 14:18:59 peter
|
Revision 1.28 2003/12/14 14:18:59 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user