Sha256: a03e33e84b543c1922bc5f7bc79bc81d332fcb2bfe7faeba44cdf65c1d43f21a
Contents?: true
Size: 261 Bytes
Versions: 258
Compression:
Stored size: 261 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 'json/ext/parser'
Version data entries
258 entries across 222 versions & 37 rubygems