alanxz / SimpleAmqpClient

Simple C++ Interface to rabbitmq-c
MIT License
397 stars 213 forks source link

Add asan/lsan/ubsan and tsan builds to travis #259

Closed alanxz closed 4 years ago

alanxz commented 4 years ago

msan is a bit more involved in that it requires building boost and libc++ under memory santizier, so its a bit more involved to get setup.