Commit c556d3af by Laurent GUERBY Committed by Laurent Guerby

run_all.sh: use -O2 by default.

2004-04-17  Laurent GUERBY <laurent@guerby.net>

	* ada/acats/run_all.sh: use -O2 by default.

From-SVN: r80796
parent 03e007d7
2004-04-17 Laurent GUERBY <laurent@guerby.net>
* ada/acats/run_all.sh: use -O2 by default.
2004-04-17 Richard Sandiford <rsandifo@redhat.com>
* gcc.dg/vr-mult-[12].c: New tests.
......
......@@ -9,7 +9,7 @@
# gccflags="-O3 -fomit-frame-pointer -funroll-all-loops -finline-functions"
# gnatflags="-gnatN"
gccflags=""
gccflags="-O2"
gnatflags="-gnatws"
target_run () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment