Options

scalus.compiler.Options
See theOptions companion object
case class Options(targetLoweringBackend: TargetLoweringBackend = ..., targetLanguage: Language = ..., targetProtocolVersion: MajorProtocolVersion = ..., generateErrorTraces: Boolean = ..., removeTraces: Boolean = ..., optimizeUplc: Boolean = ..., uplcOptimizers: Seq[Optimizer] = ..., cseIterations: Int = ..., cceEnabled: Boolean = ..., debugLevel: Int = ..., debug: Boolean = ..., addScalusTag: Boolean = ..., warnListConversions: Boolean = ..., noWarn: Boolean = ...)

Attributes

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

Members list

Value members

Concrete methods

def withScalusTag(enable: Boolean = ...): Options

Returns a copy with addScalusTag set to enable.

Returns a copy with addScalusTag set to enable.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product