mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
[ruby/mmtk] Set MMTK_DEBUG in C compiler for debug builds
https://github.com/ruby/mmtk/commit/12a3904b04
This commit is contained in:
parent
a024dca391
commit
08f6b8673a
@ -15,6 +15,10 @@ create_gc_makefile("mmtk") do |makefile|
|
||||
MMTK_BUILD = debug
|
||||
LIBMMTK_RUBY = libmmtk_ruby.#$LIBEXT
|
||||
RUSTSRCS = #{rustsrcs.join(" \\\n\t ")}
|
||||
|
||||
ifeq ($(MMTK_BUILD), debug)
|
||||
CPPFLAGS += -DMMTK_DEBUG
|
||||
endif
|
||||
MAKEFILE
|
||||
]
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user