Sha256: 1f22892067a27c1b2a93b259793df49cfcf538b877bc48aad9ea3662fe1ecaa9
Contents?: true
Size: 281 Bytes
Versions: 5
Compression:
Stored size: 281 Bytes
Contents
require 'mkmf' unless $CFLAGS.gsub!(/ -O[\dsz]?/, ' -O3') $CFLAGS << ' -O3' end if /gcc/.match?(CONFIG['CC']) $CFLAGS << ' -Wall' if $DEBUG && !$CFLAGS.gsub!(/ -O[\dsz]?/, ' -O0 -ggdb') $CFLAGS << ' -O0 -ggdb' end end create_makefile 'cosmos/ext/tabbed_plots_config'
Version data entries
5 entries across 5 versions & 1 rubygems