Hello,

I hope add -O2 optimization flag to the .pro file and I did like this:
QMAKE_CXXFLAGS += -o2

But it seems that the Makefile still use -o instead of o2.