There are three compiler options for optimization: -O, -Os
and -O2. These options enable optimization at both translation
(from COBOL to C) and compilation (C to assembly) levels.
Currently, there is no difference between these optimization options at the translation level.
The option -O, -Os or -O2 is passed to the
C compiler as it is and used for C level optimization.