Gecode / gecode

Generic Constraint Development Environment
https://www.gecode.org
Other
275 stars 76 forks source link

asserts are still enabled when --enable-debug is not specified #119

Closed yurivict closed 3 years ago

yurivict commented 3 years ago

Describe the bug

The description in the configure script says:

  --enable-debug          build with assertions [default=no]

However, assertions are enabled when --enable-debug isn't set.

6.3.0 branch clang-11 FreeBSD 13

yurivict commented 3 years ago

Sorry, I was wrong. Assertion was in the inlined code.