Config.Build

Build configuration.

Members

Functions

toString
string toString()

Debug builds are faster to build, but run slower. Windows only. Returns a string representation of this build configuration usable for a cache directory name. Must reflect all fields.

Manifest constants

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

Variables

debugDMD
bool debugDMD;

Whether to build a debug DMD.

model
string model;

Target model ("32" or "64").

Meta