christf / snapcastc

C implementation of snapcast focussing on audio quality and ease of maintenance.
GNU General Public License v3.0
43 stars 6 forks source link

Enable ASAN via flag to cmake #61

Closed christf closed 4 years ago

christf commented 4 years ago

always linking in asan can be troublesome because asan requires to be linked first and asan is actually not a runtime dependency. It would be nice if it was possible to turn on asan using a flag to cmake allowing an easy build for debugging purposes but also allowing releases to be built without it.