Sha256: 6898fd14f5a765d0b63bc93b7fb5e8cc7d7dc3f2bba028211b6843a2a3149897
Contents?: true
Size: 275 Bytes
Versions: 53
Compression:
Stored size: 275 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/buffered_file'
Version data entries
53 entries across 53 versions & 1 rubygems