StaticConfigurator

This struct contains the logic for generating the configuration for static linking.

struct StaticConfigurator {
enum startGroupFlag;
enum endGroupFlag;
enum startGroupFlag;
enum endGroupFlag;
}

Constructors

this
this(Options options, DefaultConfig defaultConfig)

Constructs a new instance of this struct with the given arguments.

Members

Functions

generateConfig
void generateConfig()

Generates the actual configuration.

Manifest constants

endGroupFlag
enum endGroupFlag;

Contains the --end-group flag on non-macOS platforms.

startGroupFlag
enum startGroupFlag;

Contains the --start-group flag on non-macOS platforms.

Meta