extend-add does not compile out assertions

Issue #253 resolved
Dan Bonachea created an issue

The extend-add example uses the <cassert> header, but the Makefile never passes -DNDEBUG, so the assertions are always enabled.

-DNDEBUG should probably be added to Makefile variable $OPTIMIZATION

Comments (1)

  1. Log in to comment