Sha256: a03e33e84b543c1922bc5f7bc79bc81d332fcb2bfe7faeba44cdf65c1d43f21a

Contents?: true

Size: 261 Bytes

Versions: 258

Compression:

Stored size: 261 Bytes

Contents

require 'mkmf'

unless $CFLAGS.gsub!(/ -O[\dsz]?/, ' -O3')
  $CFLAGS << ' -O3'
end
if CONFIG['CC'] =~ /gcc/
  $CFLAGS << ' -Wall'
  if $DEBUG && !$CFLAGS.gsub!(/ -O[\dsz]?/, ' -O0 -ggdb')
    $CFLAGS << ' -O0 -ggdb'
  end
end

create_makefile 'json/ext/parser'

Version data entries

258 entries across 222 versions & 37 rubygems

Version Path
challah-0.3.5 vendor/bundle/gems/json-1.6.5/ext/json/ext/parser/extconf.rb
challah-0.3.4 vendor/bundle/gems/json-1.6.5/ext/json/ext/parser/extconf.rb
challah-0.3.3 vendor/bundle/gems/json-1.6.5/ext/json/ext/parser/extconf.rb
challah-0.3.2 vendor/bundle/gems/json-1.6.5/ext/json/ext/parser/extconf.rb
challah-0.3.1 vendor/bundle/gems/json-1.6.5/ext/json/ext/parser/extconf.rb
challah-0.3.0 vendor/bundle/gems/json-1.6.5/ext/json/ext/parser/extconf.rb
challah-0.2.1 vendor/bundle/gems/json-1.6.5/ext/json/ext/parser/extconf.rb
challah-0.2.0 vendor/bundle/gems/json-1.6.5/ext/json/ext/parser/extconf.rb
chida_fib-0.1.0 shoulda/ruby/1.8/gems/json-1.6.5/ext/json/ext/parser/extconf.rb
json_pure-1.6.5 ext/json/ext/parser/extconf.rb
json-1.6.5 ext/json/ext/parser/extconf.rb
horseman-0.0.4 vendor/ruby/1.9.1/gems/json_pure-1.6.4/ext/json/ext/parser/extconf.rb
horseman-0.0.4 vendor/ruby/1.9.1/gems/json-1.6.4/ext/json/ext/parser/extconf.rb
horseman-0.0.3 vendor/ruby/1.9.1/gems/json-1.6.4/ext/json/ext/parser/extconf.rb
horseman-0.0.3 vendor/ruby/1.9.1/gems/json_pure-1.6.4/ext/json/ext/parser/extconf.rb
nutshell-crm-0.0.6.alpha vendor/bundle/gems/json-1.6.4/ext/json/ext/parser/extconf.rb
json_pure-1.6.4 ext/json/ext/parser/extconf.rb
json-1.6.4 ext/json/ext/parser/extconf.rb