Skip to content

ENUM

Config.GenerationOptions.LinkerAstPaths

Contents

  • Cases
    • disabled
    • forAllDirectDependencies
    • forAllDependencies
    • forFocusedTargetsOnly
swift
public enum LinkerAstPaths: Codable, Hashable

Enum of available options of adding -add_ast_path parameters to linker

Cases

disabled

swift
case disabled

Do not add any parameters at all

forAllDirectDependencies

swift
case forAllDirectDependencies

Add only for all direct dependencies of each runnable target

forAllDependencies

swift
case forAllDependencies

Add only for all direct and transitive dependencies of each runnable target

forFocusedTargetsOnly

swift
case forFocusedTargetsOnly

Add only for direct and focused targets for each runnable target