Browse Source

* min/max optimization is carried out only if -O2 is used

florian 7 months ago
parent
commit
1ed23e5472
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/test/tminmax1.pp

+ 2 - 2
tests/test/tminmax1.pp

@@ -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 }