Internals: Add missing debug level setter.

This commit is contained in:
Wilson Snyder 2026-01-10 03:10:33 -05:00
parent e5b94046aa
commit a98eb4fa04
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
#include <map>
#include <vector>
VL_DEFINE_DEBUG_FUNCTIONS;
// We use a static char array in VL_VALUE_STRING
constexpr int VL_VALUE_STRING_MAX_WIDTH = 8192;