Skip to content

Raw Compiler Options

Dmitry Leskov edited this page Mar 24, 2017 · 1 revision

The commonly used compiler options and equations are mapped to the parameters of the plugin. However, the compiler also has some advanced options and equations that you may find in the Excelsior JET User's Guide, plus some troubleshooting settings that the Excelsior JET Support team may suggest you to use.

You may enumerate such options using the compilerOptions configuration, for instance:

compilerOptions = ["-disablestacktrace+", "-inlinetolimit=200"]

These options will be appended to the Excelsior JET project file generated by the plugin.

Notice: Care must be taken when using this configuration to avoid conflicts with other project parameters.