mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
RJIT: Remove macros inherited from MJIT but no longer used
This commit is contained in:
parent
0d7e847153
commit
f339937abb
Notes:
git
2023-08-16 23:34:11 +00:00
3 changed files with 0 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue