quiet / libcorrect

C library for Convolutional codes and Reed-Solomon
BSD 3-Clause "New" or "Revised" License
379 stars 94 forks source link

CMakeLists.txt: conditionally use -fsanitize=address #26

Open ffontaine opened 6 years ago

ffontaine commented 6 years ago

Check that compiler supports -fsanitize=address before using it

Fixes:

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com