Phase 30.1 & 73: Stage-3 features env and JoinIR flag cleanup
This commit is contained in:
@ -110,8 +110,7 @@ fn call_hako_box(name: &str, ctx: &SsotCtx) -> Option<String> {
|
||||
.arg("vm")
|
||||
.arg(&path)
|
||||
// Parser/entry tolerances (same as smokes "safe" mode)
|
||||
.env("NYASH_PARSER_STAGE3", "1")
|
||||
.env("HAKO_PARSER_STAGE3", "1")
|
||||
.env("NYASH_FEATURES", "stage3")
|
||||
.env("NYASH_PARSER_ALLOW_SEMICOLON", "1")
|
||||
.env("NYASH_ENTRY_ALLOW_TOPLEVEL_MAIN", "1")
|
||||
// Disable inline compiler for stability
|
||||
|
||||
Reference in New Issue
Block a user