X gpython: Implement -O
Problems:
- cannot set sys.flags
- ctypes.pyrhonapi does not work on PyPy
-> probably "reexec self" idea from @jerome is better, but for now, contrary to gpython.main, it is not clear how to integrate it into pymain because it cannot be sure what to reexec.