Optimize 2

This commit is contained in:
Someon1e 2024-03-03 21:02:54 +00:00
parent 5cfcb2ff89
commit b4971cc76b

View File

@ -20,6 +20,7 @@ fn do_runtime(lock: &mut dyn Write) -> Result<()> {
let runtime = codegen_luau::RUNTIME; let runtime = codegen_luau::RUNTIME;
let numeric = codegen_luau::NUMERIC; let numeric = codegen_luau::NUMERIC;
writeln!(lock, "--!optimize 2")?;
writeln!(lock, "local Integer = (function()")?; writeln!(lock, "local Integer = (function()")?;
writeln!(lock, "{numeric}")?; writeln!(lock, "{numeric}")?;
writeln!(lock, "end)()")?; writeln!(lock, "end)()")?;