lrewega/stressapptest

Two -O flags

GoogleCodeExporter opened this issue · 1 comments

What steps will reproduce the problem?

1. ./configure


make[2]: Entering directory `/tmp/stressapptest-1.0.0_autoconf/src'
g++ -DHAVE_CONFIG_H -I. -g -O2 -DCHECKOPTS -Wreturn-type -Wunused
-Wuninitialized -Wall -O3 -funroll-all-loops  -funroll-loops


-O2 or -O3 ?  :)

Original issue reported on code.google.com by dixlor on 19 Oct 2009 at 10:26

Just the one -O3 now =)

Original comment by nick.j.s...@gmail.com on 27 Oct 2009 at 6:25

  • Changed state: Fixed