diff options
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index 92c36d92a..d71126c11 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -112,4 +112,7 @@ // use file access fuzzer // #define USE_FUZZER 1 +#ifdef DYECMD +#undef USE_FUZZER +#endif #include "utils/perfomance.h" |