- 
-h 
- if you specify this option, the compiler outputs a list of all options, and exits after that.
     
- 
-? 
- idem as -h, waiting after every screenfull for the enter key.
     
- 
-i 
- This option tells the compiler to print the copyright information. You can give it an option, as
     -ixxx where xxx can be one of the following:
         - 
     D 
- : Returns the compiler date.
         
- 
     V 
- : Returns the compiler version.
         
- 
     SO 
- : Returns the compiler OS.
         
- 
     SP 
- : Returns the compiler processor.
         
- 
     TO 
- : Returns the target OS.
         
- 
     TP 
- : Returns the target Processor.
 
- 
-l 
- This option tells the compiler to print the Free Pascal logo on standard output. It also gives you
     the Free Pascal version number.
     
- 
-n 
- Tells the compiler not to read default the con guration  le. You can still pass a con guration
      le with the @ option.