bloop.config.Config.NativeConfig
See theNativeConfig companion object
case class NativeConfig(version: String, mode: LinkerMode, gc: String, targetTriple: Option[String], clang: Path, clangpp: Path, toolchain: List[Path], options: NativeOptions, linkStubs: Boolean, check: Boolean, dump: Boolean, output: Option[Path], buildTarget: Option[NativeBuildTarget]) extends PlatformConfig
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PlatformConfigclass Objecttrait Matchableclass Any
Members list
In this article