diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-01-16 20:29:06 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-01-16 20:29:06 +0900 |
| commit | 01459f1644602ab7dfede46b07a56fc93ffa0165 (patch) | |
| tree | ead447fe6eff8fb307782834899f6ff272b618d9 /common.mk | |
| parent | 9f02680015d21013fa83587d8c912d2af621bb57 (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.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |
