more packages and testing libc

This commit is contained in:
2025-08-10 13:30:04 -05:00
parent 96ae2fd553
commit 722d4757ed
4 changed files with 90 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
# variables used externally
# shellcheck disable=SC2034
# complete clean before building
# clean build directories before building
CLEAN=true
# enable link time optimization
LTO=false
@@ -11,7 +11,7 @@ LTO=false
OPT_LVL=0
# static or shared build
STATIC=true
# CPU type (x86_v{1,2,3}...)
# CPU type (amd64/v{1,2,3}...)
CPU=native
# architecture type
ARCH=native