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