Closed datawater closed 1 year ago
I've noticed that cargo builds slint in debug mode, is there a way to build it in release mode?
With cmake, to build in release, you need to pass
-DCMAKE_BUILD_TYPE=Release
to your cmake command.
We probably should document that somewhere for those not too familiar with cmake.
Thank you!
I've noticed that cargo builds slint in debug mode, is there a way to build it in release mode?