interface ITriple
For the following sections, $triple refers to any valid target triple, not the
literal string "$triple", and it will apply whenever that target triple is
being compiled to. 'cfg(...)' refers to the Rust-like #\[cfg] syntax for
conditional compilation.
ar |
Same but for the library archiver which is passed to rustc via abstract val ar: String? |
linker |
This is the linker which is passed to rustc (via abstract val linker: String? |
runner |
If a runner is provided, compiled targets for the abstract val runner: String? |
rustFlags |
custom flags to pass to all compiler invocations that target $triple this value overrides build.rustflags when both are present abstract val rustFlags: Iterable<String?>? |
Triple |
open class Triple : RusticConfigurableBase, ITriple |
Triple |
class Triple : CargoPriorityResolveBase<ITriple>, ITriple |