Sha256: 4b45432ab156fddc493b0e7814e6cd1c6d739ad0d87128651754f04c4cbce2b9

Contents?: true

Size: 296 Bytes

Versions: 206

Compression:

Stored size: 296 Bytes

Contents

require 'mkmf'

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

$defs << "-DJSON_GENERATOR"
create_makefile 'json/ext/generator'

Version data entries

206 entries across 178 versions & 31 rubygems

Version Path
classiccms-0.5.7 vendor/bundle/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
classiccms-0.5.6 vendor/bundle/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
classiccms-0.5.5 vendor/bundle/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
challah-0.7.0.pre vendor/bundle/gems/json-1.7.4/ext/json/ext/generator/extconf.rb
classiccms-0.5.2 vendor/bundle/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
classiccms-0.5.1 vendor/bundle/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
classiccms-0.5.0 vendor/bundle/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
json_pure-1.7.4 ext/json/ext/generator/extconf.rb
json-1.7.4 ext/json/ext/generator/extconf.rb
classiccms-0.4.2 vendor/bundle/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
classiccms-0.4.1 vendor/bundle/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
classiccms-0.4.0 vendor/bundle/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
classiccms-0.3.9 vendor/bundle/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
challah-0.6.2 vendor/bundle/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/json-1.7.1/ext/json/ext/generator/extconf.rb
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
initforthe-cookies-0.0.1 vendor/bundle/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/json-1.7.1/ext/json/ext/generator/extconf.rb
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/gems/json-1.7.3/ext/json/ext/generator/extconf.rb
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/gems/json-1.7.3/ext/json/ext/generator/extconf.rb