quiet / libcorrect

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

Remove -march=native from debug CFLAGS #23

Closed pietern closed 5 years ago

pietern commented 5 years ago

This flag is invalid when cross-compiling libcorrect in debug mode. Then target architecture should be defined elsewhere when cross compiling.

pietern commented 5 years ago

This was fixed in #22, missed that by a hair!