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-3.8.2 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.8.1 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.8.0 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.7.1 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.7.0 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.6.3 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.6.2 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.6.1 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.6.0 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.5.3 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.5.2 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.5.0 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.4.2 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.4.1 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.4.0 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.3.3 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.3.2 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.3.1 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.3.0 ext/cosmos/ext/low_fragmentation_array/extconf.rb
cosmos-3.2.1 ext/cosmos/ext/low_fragmentation_array/extconf.rb