From b765045914711334269ce9520f90ccd8fea122f1 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 5 Aug 2024 22:03:42 -0500 Subject: Enable another optimization --- meta.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.lua b/meta.lua index cf6a603..6ea8450 100644 --- a/meta.lua +++ b/meta.lua @@ -5,8 +5,8 @@ local lua_versions = { ["54"] = "https://www.lua.org/ftp/lua-5.4.7.tar.gz", } local optimizations = { - --[[ tiny = "-Oz", + --[[ size = "-Os", debug = "-Og", zero = "-O0", -- cgit v1.2.3-55-g6feb