Skip to content

Commit b690376

Browse files
committed
missing reference with linker due to function being ifdefed
1 parent b9a9e4d commit b690376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bncsutil/debug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ MEXP(void) bncsutil_debug_dump(const void* data, size_t data_length) {
238238
return;
239239
}
240240

241-
debug_intense_color(env);
241+
//debug_intense_color(env);
242242
for (i = 0; i < data_length; i++) {
243243
on_boundary = ((i + 1) % 16 == 0);
244244

0 commit comments

Comments
 (0)