Attempting to prompt for gc; About page updates; small non crit errors fixed

This commit is contained in:
2024-07-04 17:24:31 -05:00
parent ce00970171
commit 9d3a5b9f3b
20 changed files with 349 additions and 118 deletions

View File

@@ -20,6 +20,9 @@ function main() {
files[$size]="${target}"
done
G_SLICE=always-malloc
G_DEBUG=gc-friendly
GOBJECT_DEBUG=instance-count
python /opt/solarfm.zip "${files[@]}"
}
main "$@";