class Build : CargoPriorityResolveBase<IBuild>, IBuild
<init> |
Build(args: List<IBuild?>) |
depInfoBaseDir |
full path for the base directory for targets in depfiles val depInfoBaseDir: String? |
environmentPrefix |
val environmentPrefix: String |
environmentPropertyMapper |
val environmentPropertyMapper: Map<String, () -> Any?> |
incremental |
whether or not to enable incremental compilation
If val incremental: Boolean? |
jobs |
number of parallel jobs, defaults to # of CPUs val jobs: Int? |
rustc |
the rust compiler tool val rustc: String? |
rustcWrapper |
run this wrapper instead of val rustcWrapper: String? |
rustDoc |
the doc generator tool val rustDoc: String? |
rustDocFlags |
custom flags to pass to rustdoc val rustDocFlags: Iterable<String?>? |
rustFlags |
custom flags to pass to all compiler invocations val rustFlags: Iterable<String?>? |
target |
build for the target triple (ignored by val target: String? |
targetDir |
path of where to place all generated artifacts val targetDir: String? |