From 11b8aaa26a22bb67b144484af6890844771b5f46 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 13 Dec 2021 16:08:01 -0800 Subject: Rename --jit to --mjit (#5248) * Rename --jit to --mjit [Feature #18349] * Fix a few more --jit references * Fix MJIT Actions * More s/jit/mjit/ and re-introduce --disable-jit * Update NEWS.md * Fix test_bug_reporter_add --- win32/Makefile.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index b01e05836c..7d78c6ad7c 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1322,14 +1322,14 @@ clean-local:: $(Q)$(RM) $(arch_hdrdir)/rb_mjit_header-*.$(OBJEXT) # Non-mswin environment is not using prebuilt precompiled header because upgrading compiler -# or changing compiler options may break MJIT so build (currently only by --jit-debug though). +# or changing compiler options may break MJIT so build (currently only by --mjit-debug though). # # But mswin is building precompiled header because cl.exe cannot leave macro after preprocess. # As a workaround to use macro without installing many source files, it uses precompiled header # without sufficient guard for a broken build. # # TODO: Fix the above issue by including VC version in header name, and create another header -# for --jit-debug as well. +# for --mjit-debug as well. $(TIMESTAMPDIR)/$(MJIT_PRECOMPILED_HEADER_NAME:.pch=).time: probes.h vm.$(OBJEXT) $(ECHO) building $(@F:.time=.pch) $(Q) $(CC) -DMJIT_HEADER $(CFLAGS: -Zi = -Z7 ) $(XCFLAGS:-DRUBY_EXPORT =) -URUBY_EXPORT $(CPPFLAGS) $(srcdir)/vm.c -c -Yc \ -- cgit v1.2.3