lhr-solar / BPS

Battery Protection System Code
MIT License
4 stars 2 forks source link

Check Compiler Optimizations #590

Closed manthanand closed 9 months ago

manthanand commented 1 year ago

Right now, we compile for -O3 optimizations. We should see what the performance speedup is for -Ofast & -Omax (even if we don't do too many compute heavy tasks).