apache / mynewt-nimble

Apache mynewt
https://mynewt.apache.org/
Apache License 2.0
665 stars 385 forks source link

ext/libsamplerate: always build with DNDEBUG flag #1724

Closed KKopyscinski closed 4 months ago

KKopyscinski commented 4 months ago

Debug build pulls assert.h and nrfx, in which PACKAGE define isi pulled from libsamplerate/serc/config.h. This is not correct behavior and these defines are not correlated. Library should be always build without asserts, circumventing the issue.

Cleaned up duplicated cflags in pkg.yml.