O2 Optimization for C++

I know this has been asked before, but why is there no O2 optimization flag for C++ submissions? I solve all 4 problems for the first time on weekly contest 260 only to get a TLE on the last problem.

For reference the test case runs in 80ms locally with the O2 flag, but TLEs on the OJ.

Comments (1)