cleanup and update README

This commit is contained in:
2025-03-24 12:37:24 -04:00
parent 01e7d35da7
commit 9ac300e528
3 changed files with 19 additions and 3 deletions

View File

@ -1,10 +1,14 @@
PACKAGER="Balakrishnan Balasubramanian <arch-pkger@balki.me>"
# Do not build debug packages
for index in "${!OPTIONS[@]}"; do
if [[ "${OPTIONS[$index]}" = *debug ]]; then
OPTIONS["$index"]="!debug"
fi
done
# Enables all extra features supported by host CPU
CFLAGS="$CFLAGS -march=native -mtune=native"
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"