caphosra / cthulhu_bot

An unofficial Discord bot which helps you to play Cthulhu TRPG. Please note that Chaosium Inc. owns the copyright of Cthulhu TRPG.
0 stars 0 forks source link

Exclude dependencies related to database supports when those are not needed #43

Closed caphosra closed 2 months ago

caphosra commented 2 months ago

This bot has optional commands depending on a database. Since those are disabled unless the users host this by themselves, it seems that these commands are rarely used. However, those require huge additional dependencies which increase the binary size and the compliation time. I think it would be better to introduce a build flag for database features and disable this by default.

caphosra commented 2 months ago

Implemented in #45.