update README

This commit is contained in:
2025-11-28 13:44:49 -06:00
parent de86c8c27f
commit 31ae0e49ae
4 changed files with 13 additions and 12 deletions

View File

@@ -13,7 +13,8 @@ gen_function_info() {
gen_compile_opts_info() {
for opt in "${FB_COMP_OPTS[@]}"; do
echo "- \`${opt}\`: ${FB_COMP_OPTS_DESC[${opt}]}"
declare -n defOptVal="DEFAULT_${opt}"
echo "- \`${opt}\`: ${FB_COMP_OPTS_DESC[${opt}]} (default: ${defOptVal})"
done
}