RJIT: Remove macros inherited from MJIT but no longer used

This commit is contained in:
Nobuyoshi Nakada 2023-08-16 00:37:47 +09:00
parent 0d7e847153
commit f339937abb
Notes: git 2023-08-16 23:34:11 +00:00
3 changed files with 0 additions and 33 deletions

View file

@ -14,9 +14,6 @@ override ACTIONS_ENDGROUP = @echo "::endgroup::"
endif
ifneq ($(filter darwin%,$(target_os)),)
# Remove debug option not to generate thousands of .dSYM
RJIT_DEBUGFLAGS := $(filter-out -g%,$(RJIT_DEBUGFLAGS))
INSTRUBY_ENV += SDKROOT=
endif
INSTRUBY_ARGS += --gnumake