chore: use new frontend by default

This commit is contained in:
Leonardo de Moura 2020-10-25 09:12:19 -07:00
parent fa101444b4
commit 24a6ee1810

View file

@ -434,7 +434,7 @@ int main(int argc, char ** argv) {
bool use_stdin = false;
unsigned trust_lvl = LEAN_BELIEVER_TRUST_LEVEL + 1;
bool only_deps = false;
bool new_frontend = false;
bool new_frontend = true;
bool stats = false;
unsigned num_threads = 0;
#if defined(LEAN_MULTI_THREAD)