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

From Free Pascal wiki
Jump to navigationJump to search
(Fix heading levels; Link menu chain; Link Project Inspect, Project Editor)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{IDE Window: Show Compiler Options}}
 
{{IDE Window: Show Compiler Options}}
  
This dialog is accessible via the button '''Show Options'' on the ''Compiler Options'' dialog.
+
This dialog is accessible via the '''Show Options''' button on the [[IDE Window: Project Options|Compiler Options]] dialog accessible from the [[Main menu|Main Menu]] > [[IDE Window: Project Options|Project Options]] dialog.
  
=Command line parameters=
+
==Command line parameters==
  
 
This shows the parameters the IDE passes to the compiler.
 
This shows the parameters the IDE passes to the compiler.
Line 9: Line 9:
 
You can '''not''' edit them here. It only shows the final results.
 
You can '''not''' edit them here. It only shows the final results.
  
=Inherited parameters=
+
==Inherited parameters==
  
 
This page shows all the compiler options inherited from packages and the additions from the project. Packages inherit options via their '''usage''' [[IDE_Window:_Package_Options|options]].
 
This page shows all the compiler options inherited from packages and the additions from the project. Packages inherit options via their '''usage''' [[IDE_Window:_Package_Options|options]].
  
The topmost node shows all inherited options, that is the sum of all used packages and project additions.
+
The topmost node shows all the inherited options, that is the sum of all used packages and project additions.
  
The nodes below show the inherited options of each used package.  
+
The nodes below show the options inherited from 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.
+
You can see/edit the set of used packages for the project in the [[IDE Window: Project Inspector|Project Inspector]]. You can see/edit the set of used packages for a package in the [[IDE Window: Package Editor|Package Editor]].
  
For information about packages in general see [[Lazarus_Packages|Lazarus Packages]].
+
For information about packages in general, see [[Lazarus_Packages|Lazarus Packages]].

Latest revision as of 12:39, 29 January 2021

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.