mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 14:05:02 +02:00

rest of the source code. * ext/thread: Make USE_MEM_POOLS an extconf option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
7 lines
115 B
Ruby
7 lines
115 B
Ruby
require 'mkmf'
|
|
|
|
if with_config('mem-pools', true)
|
|
$CPPFLAGS << ' -DUSE_MEM_POOLS'
|
|
end
|
|
|
|
create_makefile("thread")
|