NativeConfigOptions

case class NativeConfigOptions(mode: Mode, lto: LTO, gc: GC, linkStubs: Boolean, check: Boolean, checkFatalWarnings: Boolean, dump: Boolean, noOptimize: Boolean, ltp: List[String], linkingOption: List[String], compileOption: List[String], targetTriple: Option[String], clang: Option[String], clangPP: 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