Closed SO9010 closed 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
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.
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: