aeroniemi / circlehome

A HomeAssistant device controller built into a cute 1.28" dial
https://aeroniemi.github.io/circlehome/
MIT License
0 stars 0 forks source link

Do we really need -frtti? #19

Closed aeroniemi closed 5 months ago

aeroniemi commented 5 months ago

Currently -frtti is needed to get the project to compile due to dynamic class assignment in the entities - this isn't ideal, and i don't think even actually needed because errors manages just fine without it. Test and if possible remove this requirement.