Sha256: 4e60d0dae35895e206151a7a9c5470f2949d83fb074a52153d04d2d55955736c
Contents?: true
Size: 268 Bytes
Versions: 53
Compression:
Stored size: 268 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/string'
Version data entries
53 entries across 53 versions & 1 rubygems