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 d5ae0a904..9eb34c328 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -87,4 +87,7 @@ // debug SDL surfaces // #define DEBUG_SDL_SURFACES 1 +// use file access fuzzer +// #define USE_FUZZER 1 + #include "utils/perfomance.h" |