* -Ox options are incremental, so disable all optimizations first in case testing is run with -O4

git-svn-id: trunk@36135 -
This commit is contained in:
florian 2017-05-06 18:47:41 +00:00
parent ded1fb23a2
commit b3f889e028

View File

@ -1,4 +1,4 @@
{ %OPT=-O3 }
{ %OPT=-O- -O3 }
program tb0627a;