From 28bb00805a503061207b33ce78db4d822af9729a Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 4 Sep 2024 17:14:30 -0500 Subject: Unlock all the lua builds --- meta.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta.lua b/meta.lua index 695c56d..90da050 100644 --- a/meta.lua +++ b/meta.lua @@ -6,17 +6,15 @@ local lua_versions = { } local optimizations = { tiny = "-Oz", - --[[ size = "-Os", debug = "-Og", zero = "-O0", one = "-O1", two = "-O2", - ]] three = "-O3", } local debug = { - --release = "", + release = "", debug = "-g", } local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} -- cgit v1.2.3-55-g6feb