mirror of
https://github.com/Ukendio/jecs.git
synced 2026-03-18 00:44:32 +00:00
7 lines
163 B
Text
7 lines
163 B
Text
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 }
|