jecs/modules/Jabby/vide/flags.luau

8 lines
163 B
Text
Raw Normal View History

2026-02-18 00:29:34 +00:00
local function inline_test(): string
return debug.info(1, "n")
end
local is_O2 = inline_test() ~= "inline_test"
return { strict = not is_O2, batch = false }