mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
mac: Remove debug option fro MJIT_DEBUGFLAGS
Not to generate .dSYM directories by MJIT runs, which are left in large numbers after each test.
This commit is contained in:
parent
f83c5de6d5
commit
6ba52647c3
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ override ACTIONS_GROUP = @echo "\#\#[group]$(patsubst yes-%,%,$@)"
|
||||||
override ACTIONS_ENDGROUP = @echo "\#\#[endgroup]"
|
override ACTIONS_ENDGROUP = @echo "\#\#[endgroup]"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(filter %darwin%,$(arch)),)
|
ifneq ($(filter darwin%,$(target_os)),)
|
||||||
|
# Remove debug option not to generate thousands of .dSYM
|
||||||
|
MJIT_DEBUGFLAGS := $(filter-out -g%,$(MJIT_DEBUGFLAGS))
|
||||||
|
|
||||||
INSTRUBY_ENV += SDKROOT=/
|
INSTRUBY_ENV += SDKROOT=/
|
||||||
endif
|
endif
|
||||||
INSTRUBY_ARGS += --gnumake
|
INSTRUBY_ARGS += --gnumake
|
||||||
|
|
Loading…
Reference in a new issue