Everything
11.12 Eliminated options (for the C/C++ compiler)

-file_inline, -file_inline_path

Specifying these options has no effect and the compiler will output a warning. Instead of -file_inline or
-file_inline_path, write #include in the source code. In case of C and C99, -merge_files can be used instead.

 

-enable_register

This option is simply ignored and does not affect the generated code.