ReleaseSize
mill.scalanativelib.api.ReleaseMode.ReleaseSize
@Scaladoc(value = "/**\n * Optimizes output binary size and still have relatively fast runtime performance.\n * Equivalent to `-Oz` switch of `clang`.\n * Since Scala Native 0.4.10\n */")
case object ReleaseSize extends ReleaseMode
Optimizes output binary size and still have relatively fast runtime performance. Equivalent to -Oz
switch of clang
. Since Scala Native 0.4.10
Attributes
- Source
- ScalaNativeApi.scala
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ReleaseModeclass Objecttrait Matchableclass Any
- Self type
-
ReleaseSize.type
Members list
In this article