Mode

sealed abstract
class Mode

Compilation mode. Either of the two:

  • Debug mode. Most optimizations are turned off to get the best linking speed. This mode is the default and is preferred for iterative development.

  • Release mode. Runs all the optimizations but may take substantially longer to link the application.

Additional compilation modes might be added in the future.

Value Params
name

name of the compilation mode

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def toString: String
Definition Classes
Any

Concrete fields

val name: String