Sha256: 229612db644f5d7fa9b3b84a3a6e884ac57ae9b22b8a0b0d7cf5547c0050642e

Contents?: true

Size: 279 Bytes

Versions: 64

Compression:

Stored size: 279 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/low_fragmentation_array'

Version data entries

64 entries across 64 versions & 1 rubygems

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