sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
Config
sdc
config
Undocumented in source.
struct
Config {
string
[]
includePaths
;
string
[]
linkerPaths
;
uint
optLevel
;
bool
enableUnittest
;
import
config
.
value
;
;
void
extends
(Value add);
}
Members
Functions
extends
void
extends
(Value add)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
enableUnittest
bool
enableUnittest
;
Undocumented in source.
includePaths
string
[]
includePaths
;
Undocumented in source.
linkerPaths
string
[]
linkerPaths
;
Undocumented in source.
optLevel
uint
optLevel
;
Undocumented in source.
Meta
Source
See Implementation
sdc
config
structs
Config