ScalaNativeOptions

scala.cli.commands.shared.ScalaNativeOptions
See theScalaNativeOptions companion object
final case class ScalaNativeOptions(native: Boolean = ..., nativeVersion: Option[String] = ..., nativeMode: Option[String] = ..., nativeLto: Option[String] = ..., nativeGc: Option[String] = ..., nativeClang: Option[String] = ..., nativeClangpp: Option[String] = ..., nativeLinking: List[String] = ..., nativeLinkingDefaults: Option[Boolean] = ..., nativeCompile: List[String] = ..., nativeCCompile: List[String] = ..., nativeCppCompile: List[String] = ..., nativeCompileDefaults: Option[Boolean] = ..., nativeTarget: Option[String] = ..., embedResources: Option[Boolean] = ..., nativeMultithreading: Option[Boolean] = ...)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product