ENUM
Config.GenerationOptions.LinkerAstPaths
Contents
- Cases
disabledforAllDirectDependenciesforAllDependenciesforFocusedTargetsOnly
swift
public enum LinkerAstPaths: Codable, HashableEnum of available options of adding -add_ast_path parameters to linker
Cases
disabled
swift
case disabledDo not add any parameters at all
forAllDirectDependencies
swift
case forAllDirectDependenciesAdd only for all direct dependencies of each runnable target
forAllDependencies
swift
case forAllDependenciesAdd only for all direct and transitive dependencies of each runnable target
forFocusedTargetsOnly
swift
case forFocusedTargetsOnlyAdd only for direct and focused targets for each runnable target
