Sha256: 7b80448476c4676fb016595ef8a372b5d8a33d9ad0cf3f58e9c5c363d4d71cd4

Contents?: true

Size: 524 Bytes

Versions: 6

Compression:

Stored size: 524 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")

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rb-threadframe-0.39 ext/extconf.rb
rb-threadframe-0.38 ext/extconf.rb
rb-threadframe-0.37 ext/extconf.rb
rb-threadframe-0.36 ext/extconf.rb
rb-threadframe-0.35 ext/extconf.rb
rb-threadframe-0.34 ext/extconf.rb