Sha256: 9a75938c3d787788402f299d63713a807c05f9c0fd9803bc200a959288f76ab9

Contents?: true

Size: 263 Bytes

Versions: 64

Compression:

Stored size: 263 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 'cosmos/ext/string'

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
cosmos-4.5.2-java ext/cosmos/ext/string/extconf.rb
cosmos-4.5.2 ext/cosmos/ext/string/extconf.rb
cosmos-4.5.1-java ext/cosmos/ext/string/extconf.rb
cosmos-4.5.1 ext/cosmos/ext/string/extconf.rb
cosmos-4.5.0-java ext/cosmos/ext/string/extconf.rb
cosmos-4.5.0 ext/cosmos/ext/string/extconf.rb
cosmos-4.4.2-java ext/cosmos/ext/string/extconf.rb
cosmos-4.4.2 ext/cosmos/ext/string/extconf.rb
cosmos-4.4.1-java ext/cosmos/ext/string/extconf.rb
cosmos-4.4.1 ext/cosmos/ext/string/extconf.rb
cosmos-4.4.0-java ext/cosmos/ext/string/extconf.rb
cosmos-4.4.0 ext/cosmos/ext/string/extconf.rb
cosmos-4.3.0-java ext/cosmos/ext/string/extconf.rb
cosmos-4.3.0 ext/cosmos/ext/string/extconf.rb
cosmos-4.2.4-java ext/cosmos/ext/string/extconf.rb
cosmos-4.2.4 ext/cosmos/ext/string/extconf.rb
cosmos-4.2.3-java ext/cosmos/ext/string/extconf.rb
cosmos-4.2.3 ext/cosmos/ext/string/extconf.rb
cosmos-4.2.2-java ext/cosmos/ext/string/extconf.rb
cosmos-4.2.2 ext/cosmos/ext/string/extconf.rb