summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-07 16:44:33 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-07 16:44:33 -0600
commit5b097074086426430f6b3fda1fcd8b6e4ab16a82 (patch)
tree4172a905d1d796c6db1e76dee82b7bad812cf9f5
parent5c78250d5e638d35ffe402a3be99f907df691513 (diff)
downloadbusybox-w32-packaging-feat/builds.tar.gz
busybox-w32-packaging-feat/builds.tar.bz2
busybox-w32-packaging-feat/builds.zip
Enable buildsfeat/builds
-rw-r--r--meta.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta.lua b/meta.lua
index 20ddd48..8e5296a 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,16 +1,14 @@
1local optimizations = { 1local optimizations = {
2--[[
3 tiny = "-Oz", 2 tiny = "-Oz",
4 size = "-Os", 3 size = "-Os",
5 debug = "-Og", 4 debug = "-Og",
6 zero = "-O0", 5 zero = "-O0",
7 one = "-O1", 6 one = "-O1",
8 two = "-O2", 7 two = "-O2",
9]]
10 three = "-O3", 8 three = "-O3",
11} 9}
12local debug = { 10local debug = {
13-- release = "", 11 release = "",
14 debug = "-g", 12 debug = "-g",
15} 13}
16local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} 14local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]}