Sha256: a52dc24457dc2d9b5e814344e64dffda36055398b8b4d252938cc65bf13c0640
Contents?: true
Size: 276 Bytes
Versions: 12
Compression:
Stored size: 276 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/burst_protocol'
Version data entries
12 entries across 12 versions & 1 rubygems