diff --git a/src/bin/findutils/lib/regex.c b/src/bin/findutils/lib/regex.c index 33c7ea242c..bfc6298a94 100644 --- a/src/bin/findutils/lib/regex.c +++ b/src/bin/findutils/lib/regex.c @@ -24,6 +24,13 @@ #pragma alloca #endif + +/********************************************/ +/* Remove this to enable debugging in regex */ +#undef DEBUG +/********************************************/ + + #define _GNU_SOURCE #ifdef HAVE_CONFIG_H