diff options
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/localconsts.h | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8483fa994..0e3f97ebe 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,7 @@ else manaplus_SOURCES = endif -dyecmd_CXXFLAGS = +dyecmd_CXXFLAGS = -DDYECMD dyecmd_SOURCES = gui/cliprect.cpp \ gui/color.cpp \ gui/rect.cpp \ 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" |