Sha256: bd6b6c66a754f1fa3232ae92c2585ef840fb841995c72d00ec1f38badbaf67cd
Contents?: true
Size: 271 Bytes
Versions: 51
Compression:
Stored size: 271 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/telemetry'
Version data entries
51 entries across 51 versions & 1 rubygems