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.
prefer_native=false
1 parent 2758200 commit 5baee9dCopy full SHA for 5baee9d
stage0/src/stdlib_flags.h
@@ -11,7 +11,7 @@ options get_default_options() {
11
opts = opts.update({"debug", "terminalTacticsAsSorry"}, false);
12
// switch to `true` for ABI-breaking changes affecting meta code;
13
// see also next option!
14
- opts = opts.update({"interpreter", "prefer_native"}, false);
+ opts = opts.update({"interpreter", "prefer_native"}, true);
15
// switch to `false` when enabling `prefer_native` should also affect use
16
// of built-in parsers in quotations; this is usually the case, but setting
17
// both to `true` may be necessary for handling non-builtin parsers with
0 commit comments