We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0bf8c commit 43b5d0dCopy full SHA for 43b5d0d
stage0/src/stdlib_flags.h
@@ -6,7 +6,7 @@ options get_default_options() {
6
// see https://lean-lang.org/lean4/doc/dev/bootstrap.html#further-bootstrapping-complications
7
#if LEAN_IS_STAGE0 == 1
8
// switch to `true` for ABI-breaking changes affecting meta code
9
- opts = opts.update({"interpreter", "prefer_native"}, false);
+ opts = opts.update({"interpreter", "prefer_native"}, true);
10
// switch to `true` for changing built-in parsers used in quotations
11
opts = opts.update({"internal", "parseQuotWithCurrentStage"}, true);
12
// toggling `parseQuotWithCurrentStage` may also require toggling the following option if macros/syntax
0 commit comments