Sha256: db2072ad91d8141b309b9c581f6990f0e0a4228b55ec51a41499254e4e8e5ed7
Contents?: true
Size: 265 Bytes
Versions: 47
Compression:
Stored size: 265 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/crc'
Version data entries
47 entries across 47 versions & 1 rubygems