168c168,169
< if (ASSERT_FLAG && !(${{cvec[0]}})) {
---
> #ifndef NDEBUG
> if (!(${{cvec[0]}})) {
170a172
> #endif