Difference between revisions of "IDE Window: Show Compiler Options"

From Free Pascal wiki
Jump to navigationJump to search
Line 4: Line 4:
  
 
This shows the parameters the IDE passes to the compiler.
 
This shows the parameters the IDE passes to the compiler.
 +
 +
You can *not* edit them here. It only shows the final results.
  
 
=Inherited parameters=
 
=Inherited parameters=

Revision as of 11:54, 9 June 2013

This dialog is accessible via the button 'Show Options on the Compiler 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 inherited options, that is the sum of all used packages and project additions.

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

You can see/edit the set the 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.