Ver Fonte

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

florian há 8 meses atrás
pai
commit
1ed23e5472
1 ficheiros alterados com 2 adições e 2 exclusões
  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 }