Sha256: d9f3f682a86f58b4e947c418359bf2dcdb99987add829d0503245a9d312f4c10

Contents?: true

Size: 538 Bytes

Versions: 1

Compression:

Stored size: 538 Bytes

Contents

require 'mkmf'

fail "You need to install a threadframe-patched Ruby.
See http://github.com/rocky/rb-threadframe/wiki/How-to-Install" unless 
  RbConfig::CONFIG.member?('rb-threadframe')

# Allow use customization of compile options. For example, the 
# following lines could be put in config_options:
# CONFIG['optflags'] = ''   # Or -O3
# CONFIG['debugflags'] = '-g3 -ggdb' 
config_file = File.join(File.dirname(__FILE__), 'config_options.rb')
load config_file if File.exist?(config_file)

create_makefile("thread_frame", RUBY_VERSION)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rb-threadframe-0.40 ext/extconf.rb