summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-16 15:54:01 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-16 16:24:37 +0900
commit26cf40aaa08e74bfcfd1f4ee75a7c19c6efbac06 (patch)
treef4602103049f4578700925f48205afab23356216
parent924f3907c073636ad679fc077c84e9b18c46dc85 (diff)
Always enabled leakchecker by ruby/mspec
-rw-r--r--common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index c4b6dec153..24481b035a 100644
--- a/common.mk
+++ b/common.mk
@@ -43,6 +43,9 @@ RUBYLIB = $(PATH_SEPARATOR)
RUBYOPT = -
RUN_OPTS = --disable-gems
+# Enabld leakcheckers by ruby/mspec
+CHECK_LEAKS = true
+
# GITPULLOPTIONS = --no-tags
PRISM_SRCDIR = $(srcdir)/prism