jpochyla / psst

Fast and multi-platform Spotify client with native GUI
MIT License
8.56k stars 219 forks source link

Fix for SIGXCPU #542

Closed SO9010 closed 1 month ago

SO9010 commented 1 month ago

This fixes the issue of the program closing when in the dev build #539

Simple solution for this is to customised the dev build settings:

[profile.dev]
opt-level = 1
debug = true
lto = false
SO9010 commented 1 month ago

I just used the release settings and played with it from there, as I knew this wasn't an issue in release mode. It's the opt-level that affects it.