diff options
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7ccb9fd09..ff345a292 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,8 @@ AUTOMAKE_OPTIONS = subdir-objects -AM_TESTS_ENVIRONMENT = \ - ASAN_OPTIONS=detect_leaks=1 +# this need for enable asan in tests +#AM_TESTS_ENVIRONMENT = \ +# ASAN_OPTIONS=detect_leaks=1 if ENABLE_MANAPLUSGAME if ENABLE_DYECMD |