diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-19 00:15:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-19 00:15:59 +0300 |
commit | 1d289beae487379d47e05209d1bb1b07649dac45 (patch) | |
tree | 3b1db0ed775624cae199680e8886f76cdf57fccd /src/localconsts.h | |
parent | e7e3b9d83fe95542945cabbddbf802a5e119bb06 (diff) | |
download | plus-1d289beae487379d47e05209d1bb1b07649dac45.tar.gz plus-1d289beae487379d47e05209d1bb1b07649dac45.tar.bz2 plus-1d289beae487379d47e05209d1bb1b07649dac45.tar.xz plus-1d289beae487379d47e05209d1bb1b07649dac45.zip |
Fox compilation with fuzzer.
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" |