Component.CommonConfig

Configuration applicable to multiple (not all) components.

Members

Manifest constants

defaultModel
enum defaultModel;
Undocumented in source.
defaultModel
enum defaultModel;
Undocumented in source.
defaultModel
enum defaultModel;
Undocumented in source.

Properties

models
string[] models [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
models
string[] models [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

debugLib
bool debugLib;

Build debug versions of Druntime / Phobos.

makeArgs
string[] makeArgs;

Additional make parameters, e.g. "HOST_CC=g++48"

model
string model;

Target comma-separated models ("32", "64", and on Windows, "32mscoff"). Controls the models of the built Phobos and Druntime libraries.

Meta