NativeConfigOptions

case class NativeConfigOptions(mode: Mode, buildTarget: BuildTarget, lto: LTO, gc: GC, linkStubs: Boolean, check: Boolean, checkFatalWarnings: Boolean, checkFeatures: Option[Boolean], dump: Boolean, noOptimize: Boolean, embedResources: Boolean, resourceIncludePatterns: List[String], resourceExcludePatterns: List[String], multithreading: Option[Boolean], incrementalCompilation: Boolean, baseName: Option[String], ltp: List[String], linkingOption: List[String], compileOption: List[String], targetTriple: Option[String], clang: Option[String], clangPP: Option[String], serviceProviders: List[(String, String)], sanitizer: Option[String])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product