pyright changes, start.sh changes, misc.

This commit is contained in:
2024-07-26 19:52:00 -05:00
parent 9d3a5b9f3b
commit 35456f2bca
4 changed files with 9 additions and 8 deletions

View File

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