| |||
| Home > Compiler Command-line Options > Command-line options > --lower_ropi, --no_lower_ropi | |||
This option enables or disables less restrictive C when compiling
with --apcs=/ropi.
The default is --no_lower_ropi.
If you compile with --lower_ropi, then the
static initialization is done at runtime by the C++ constructor
mechanism for both C and C++ code. This enables these static initializations
to work with ROPI code.