grain ~master (2021-05-15T05:53:16Z)
Dub
Repo
CompilerOpt
dub_engine
Undocumented in source.
struct
CompilerOpt {
import
std
.
string
:
split
;
;
string
compiler
;
string
ver
;
string
pic
;
string
mode
;
string
[
string
]
build
;
string
[]
flags
;
this
(string compiler, string mode, string flags_);
auto
cmd
();
}
Constructors
this
this
(string compiler, string mode, string flags_)
Undocumented in source.
Members
Functions
cmd
auto
cmd
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
build
string
[
string
]
build
;
Undocumented in source.
compiler
string
compiler
;
Undocumented in source.
flags
string
[]
flags
;
mode
string
mode
;
pic
string
pic
;
ver
string
ver
;
Undocumented in source.
Meta
Source
See Implementation
dub_engine
classes
REPLLogger
structs
CompilerOpt
DUBEngine
variables
logger