DEBUG_VERBOSE_BIT
opt.debug |= DEBUG_VERBOSE_BIT;
flags |= DEBUG_VERBOSE_BIT;
bool verbose = debug & (DEBUG_MASK | DEBUG_VERBOSE_BIT);
if (debug & DEBUG_VERBOSE_BIT)