IDE Window: Show Compiler Options

From Free Pascal wiki
Jump to navigationJump to search

Deutsch (de) English (en)

This dialog is accessible via the Show Options button on the Compiler Options dialog accessible from the Main Menu > Project Options dialog.

Command line parameters

This shows the parameters the IDE passes to the compiler.

You can not edit them here. It only shows the final results.

Inherited parameters

This page shows all the compiler options inherited from packages and the additions from the project. Packages inherit options via their usage options.

The topmost node shows all the inherited options, that is the sum of all used packages and project additions.

The nodes below show the options inherited from each used package.

You can see/edit the set of used packages for the project in the Project Inspector. You can see/edit the set of used packages for a package in the Package Editor.

For information about packages in general, see Lazarus Packages.