Sets up FPC compiler default configuration
Source position: fpmkunit.pp line 1337
public procedure TFPCDefaults.CompilerDefaults; override; |
CompilerDefaults initializes the FPC compiler with standard default settings and options. This method configures the compiler environment with appropriate paths, compilation modes, and target settings.
The setup includes standard FPC installation paths, library directories, and default compiler options suitable for typical Free Pascal development scenarios.