Stiffstream / restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Other
1.15k stars 93 forks source link

adding new option to be able to use the compiled version of fmt #81

Closed prince-chrismc closed 4 years ago

prince-chrismc commented 4 years ago

While still maintain the current behavior! The default is to use fmt as header only.

This new setting allows users to shrink compile time and object size when using RESTinio. End-users like options ;-)

eao197 commented 4 years ago

Thanks for PR! It'll be a part of v.0.6.6 release.