Options

scalus.compiler.Options
See theOptions companion class
object Options

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Options.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

val debug: Options

Same as release but without the Scalus identification tag. Use this when byte-for-byte output stability matters — e.g. pinned script hashes in tests, or existing deployed contracts being recompiled for verification.

Same as release but without the Scalus identification tag. Use this when byte-for-byte output stability matters — e.g. pinned script hashes in tests, or existing deployed contracts being recompiled for verification.

Attributes

Preset for van Rossem hard fork (protocol version 11) features. Enables case-on-builtins, batch6 builtins, and dropList field access.

Preset for van Rossem hard fork (protocol version 11) features. Enables case-on-builtins, batch6 builtins, and dropList field access.

Attributes