Closed Avocadocs closed 2 years ago
@Avocadocs Just wondering if you've added the --release
flag to the build command?
When running the demo, be sure to add the --release
flag like so:
cargo run --release
This will ensure the build is optimized and that the performance can be maximized. It may solve your issue perhaps?
Yes it's working now, I was not using it. Sorry for that and thanks for your time :)
@Avocadocs That's no problem at all, I'm glad it's working now! 🎉 Always happy to help, and if you have any other queries about using the library etc, don't hesitate to let me know! 😄
Hey, I created new rust projet with photon only and I compiled it. When I run my code it takes minutes to generate image, is this normal ?
Thanks