Switch back optimisation flag back to -O2 by removing the -O

Note that I believe it is possible to avoid Makefile.all.am
edition for this by using:
   ./configure CFLAGS="-O0 -g"

I think with this, make will mostly compile everything with the given CFLAGS
except the main programs (valgrind, vgdb, ...).



git-svn-id: svn://svn.valgrind.org/valgrind/branches/TCHAIN@12489 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 file changed