Skip to content

Commit 1a72782

Browse files
committed
chore: prefer_native=false because of compiler changes
1 parent eb05483 commit 1a72782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage0/src/stdlib_flags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ options get_default_options() {
1111
opts = opts.update({"debug", "terminalTacticsAsSorry"}, false);
1212
// switch to `true` for ABI-breaking changes affecting meta code;
1313
// see also next option!
14-
opts = opts.update({"interpreter", "prefer_native"}, false);
14+
opts = opts.update({"interpreter", "prefer_native"}, true);
1515
// switch to `false` when enabling `prefer_native` should also affect use
1616
// of built-in parsers in quotations; this is usually the case, but setting
1717
// both to `true` may be necessary for handling non-builtin parsers with

0 commit comments

Comments
 (0)