chore(algc): dont show internals by default

This commit is contained in:
cscherr 2025-07-22 16:45:25 +02:00
parent 078e55ef4a
commit 368d790c63
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

@ -6,7 +6,8 @@
#include <threads.h>
#ifdef TEST
#define SHOW_INTERNALS
// if you want to get the internals of sha2 printed, uncomment the line below
// #define SHOW_INTERNALS
#endif // TEST
#ifdef SHOW_INTERNALS