Sha256: cda8f9c814f83928c44906c059ce370d04e284c70b50747677bccb18eeba2ec3

Contents?: true

Size: 608 Bytes

Versions: 2

Compression:

Stored size: 608 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')
load config_file if File.exist?(config_file)

# Temporary: to turn off optimization
# $CFLAGS='-fno-strict-aliasing -g -fPIC'
create_makefile('trace', RUBY_VERSION)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rb-trace-0.7 ext/extconf.rb
rb-trace-0.6 ext/extconf.rb