Sha256: 69a577522d1482fcb5f21c96d12b45b957732e43203d66f9e0f9bbb127faeafe
Contents?: true
Size: 281 Bytes
Versions: 47
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 'openc3/ext/tabbed_plots_config'
Version data entries
47 entries across 47 versions & 1 rubygems