-
Notifications
You must be signed in to change notification settings - Fork 6
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.
Compilation Settings:
- Incremental Compilation
- Dependency-Specific Settings
- Optimizations
- Target Executable
- Application Apperarance
- Raw Compiler Options
Packaging Settings:
- Package Contents
- System Properties And JVM Arguments
- Excelsior JET Runtime
- Excelsior Installer (Windows/Linux)
- OS X App Bundles And Installers
Application Type Specifics: