SoundScapeRenderer / ssr

Main source code repository for the SoundScape Renderer
http://spatialaudio.net/ssr/
GNU General Public License v3.0
134 stars 53 forks source link

Pd externals: build with NDEBUG #334

Closed mgeier closed 1 year ago

mgeier commented 1 year ago

I have just realized that the assert() calls are enabled for the Pd externals.

I first thought that optimizations are disabled, but that's not the case.

We only need to define NDEBUG to disable assert()s.