christianrauch / msp

Implementation of the MultiWii Serial Protocol (MSP) for MultiWii and Cleanflight flight controller
http://www.multiwii.com/wiki/index.php?title=Multiwii_Serial_Protocol
GNU Lesser General Public License v3.0
73 stars 26 forks source link

enable address sanitizer #46

Closed christianrauch closed 4 years ago

christianrauch commented 4 years ago

Enable the address sanitizer for Debug builds.

This must be manually enabled by setting CMAKE_BUILD_TYPE=Debug.