feat: enable the new compiler
This commit is contained in:
parent
a8d5982fce
commit
7f8ccd8425
1 changed files with 2 additions and 2 deletions
|
|
@ -667,9 +667,9 @@ private def checkUnsupported [Monad m] [MonadEnv m] [MonadError m] (decl : Decla
|
|||
| _ => pure ()
|
||||
|
||||
register_builtin_option compiler.enableNew : Bool := {
|
||||
defValue := false
|
||||
defValue := true
|
||||
group := "compiler"
|
||||
descr := "(compiler) enable the new code generator, this should have no significant effect on your code but it does help to test the new code generator; unset to only use the old code generator instead"
|
||||
descr := "(compiler) enable the new code generator, unset to use the old code generator instead"
|
||||
}
|
||||
|
||||
/--
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue