C Compiler

Here you can add you own settings to CFLAGS. CFLAGS will not be overwritten, the data inserted here will be appended.

C++ Compiler

Here you can add you own settings to CXXFLAGS. CXXFLAGS will not be overwritten, the data inserted here will be appended.

Linker

Here you can add you own parameters to GCC when linking (combining object files into an executable).

Add Library or object

Opens up a file explorer. Here you can automatically add separate library files to the linker command line. Currently only GCC .a files are fully supported. On the parameter tab, one can add libraries on a per-folder basis instead of a per-file basis.