diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 16:44:33 -0600 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 16:44:33 -0600 |
| commit | 5b097074086426430f6b3fda1fcd8b6e4ab16a82 (patch) | |
| tree | 4172a905d1d796c6db1e76dee82b7bad812cf9f5 /meta.lua | |
| parent | 5c78250d5e638d35ffe402a3be99f907df691513 (diff) | |
| download | busybox-w32-packaging-feat/builds.tar.gz busybox-w32-packaging-feat/builds.tar.bz2 busybox-w32-packaging-feat/builds.zip | |
Enable buildsfeat/builds
Diffstat (limited to 'meta.lua')
| -rw-r--r-- | meta.lua | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -1,16 +1,14 @@ | |||
| 1 | local optimizations = { | 1 | local 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 | } |
| 12 | local debug = { | 10 | local debug = { |
| 13 | -- release = "", | 11 | release = "", |
| 14 | debug = "-g", | 12 | debug = "-g", |
| 15 | } | 13 | } |
| 16 | local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} | 14 | local compilers = {--[["mingw32",]]"mingw64"--[[,"clang32","clang64"]]} |
