Parcourir la source

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

florian il y a 8 mois
Parent
commit
1ed23e5472
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 }