Whether to skip cross-compilation programs
Source position: fpmkunit.pp line 1324
public property TCustomDefaults.SkipCrossPrograms : Boolean |
SkipCrossPrograms determines whether program targets are skipped during cross-compilation builds. When True, only libraries and units are compiled when building for different target architectures.
This setting is useful when the target platform cannot execute the compiled programs or when only library components are needed for cross-platform deployment.