소스 검색

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

florian 8 달 전
부모
커밋
1ed23e5472
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 }