summaryrefslogtreecommitdiffstats
path: root/lib/asan/tests/asan_test_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/asan/tests/asan_test_config.h')
-rw-r--r--lib/asan/tests/asan_test_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/asan/tests/asan_test_config.h b/lib/asan/tests/asan_test_config.h
index de4ae95..6cf0e69 100644
--- a/lib/asan/tests/asan_test_config.h
+++ b/lib/asan/tests/asan_test_config.h
@@ -39,6 +39,10 @@ using std::map;
# error "please define ASAN_NEEDS_SEGV"
#endif
+#ifndef ASAN_LOW_MEMORY
+#define ASAN_LOW_MEMORY 0
+#endif
+
#define ASAN_PCRE_DOTALL ""
#endif // ASAN_TEST_CONFIG_H
OpenPOWER on IntegriCloud