General Settings - mips-open-ide/Releases GitHub Wiki

C Compiler Settings

The high-level overview of the current C Compiler settings is shown below in Figure 47.

Figure 47 - C Compiler High Level Overview

The “Command” and “All options” entries show exactly how the compiler is going to be invoked for this project. All files with a “.c” extension will be built, by default, with these options.

General Settings

The General settings dialog contains options enabling you to control various aspect of code and debug symbol generation by the compiler. You can also define additional pre-processor symbols, as well as include directory search path. An overview of the general setting dialog is shown below in Figure 48.

Figure 48 - C Compiler General Settings