feat: enable the new compiler

This commit is contained in:
Cameron Zwarich 2025-06-14 07:41:27 -07:00 committed by Joachim Breitner
parent a8d5982fce
commit 7f8ccd8425

View file

@ -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"
}
/--