mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 04:19:28 +02:00
* min/max optimization is carried out only if -O2 is used
This commit is contained in:
parent
94a102d5e7
commit
1ed23e5472
@ -1,4 +1,4 @@
|
||||
{ %opt=-O- -O1 } { ensure we test code generation without constant propagation }
|
||||
{ %opt=-O- -O2 } { ensure we test code generation without constant propagation }
|
||||
{$mode objfpc}
|
||||
|
||||
{$I minmax.inc }
|
||||
{$I minmax.inc }
|
||||
|
Loading…
Reference in New Issue
Block a user