зеркало из https://github.com/github/ruby.git
Skip checking for symbol leaks in libruby.a linking extensions
The libruby.a linking extension libraries contain symbols exported from extension libraries, and is not subject of test-leaked-globals.
This commit is contained in:
Родитель
338eb0065b
Коммит
772413245f
|
@ -643,7 +643,7 @@ un-runnable:
|
|||
$(ECHO) cannot make runnable, configure with --enable-load-relative.
|
||||
$(Q) exit 1
|
||||
|
||||
LIBRUBY_FOR_LEAKED_GLOBALS = $(enable_shared:no=)
|
||||
LIBRUBY_FOR_LEAKED_GLOBALS = $(enable_shared:no=$(EXTSTATIC:static=))
|
||||
yes-test-basic: $(DOT_WAIT) test-leaked-globals
|
||||
leaked-globals: test-leaked-globals
|
||||
yes-test-leaked-globals-precheck: $(COMMONOBJS) prog $(tooldir)/leaked-globals
|
||||
|
|
Загрузка…
Ссылка в новой задаче