Sha256: 2be456be7604980c9715faeebdfea86183ca88c454c664fe10a76619689b7110
Contents?: true
Size: 270 Bytes
Versions: 64
Compression:
Stored size: 270 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/buffered_file'
Version data entries
64 entries across 64 versions & 1 rubygems