X-Ryl669 / eMQTT5

An embedded MQTTv5 client in C++ with minimal footprint, maximal performance
MIT License
65 stars 14 forks source link

execinfo.h does not exist in alpine linux 3.19 #14

Closed mf01 closed 8 months ago

mf01 commented 8 months ago

execinfo.h does not exist in alpine linux 3.19

Hence, in Types.hpp the #include could not be found. Is it possible to keep this optionally?

X-Ryl669 commented 8 months ago

Sure. This is not required, since eMQTT5 doesn't include backtracing helpers. I've fixed it in #15. Let me know if it's ok for you.

mf01 commented 8 months ago

yes, works for me.