X-Ryl669 / eMQTT5

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

Remove dependency on backtrace header #15

Closed X-Ryl669 closed 8 months ago

X-Ryl669 commented 8 months ago

backtrace is a GNU libc extension that's not present on other libc. Since eMQTT5 doesn't include the backtrace symbol collection like the ClassPath, it is not required to include execinfo.h header.