summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-01-16 20:29:06 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-01-16 20:29:06 +0900
commit01459f1644602ab7dfede46b07a56fc93ffa0165 (patch)
treeead447fe6eff8fb307782834899f6ff272b618d9 /common.mk
parent9f02680015d21013fa83587d8c912d2af621bb57 (diff)
Set `CHECK_LEAKS` in spec/default.mspec
Because of `.NOEXPORT:` in template/Makefile.in, variables in common.mk will not be exported.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index 24481b035a..c4b6dec153 100644
--- a/common.mk
+++ b/common.mk
@@ -43,9 +43,6 @@ RUBYLIB = $(PATH_SEPARATOR)
RUBYOPT = -
RUN_OPTS = --disable-gems
-# Enabld leakcheckers by ruby/mspec
-CHECK_LEAKS = true
-
# GITPULLOPTIONS = --no-tags
PRISM_SRCDIR = $(srcdir)/prism