Sha256: 8f404007434eb0846e09638bdcfc1698656f8811346004e837827102e7f3efab
Contents?: true
Size: 273 Bytes
Versions: 51
Compression:
Stored size: 273 Bytes
Contents
require 'mkmf' unless $CFLAGS.gsub!(/ -O[\dsz]?/, ' -O3') $CFLAGS << ' -O3' end if /gcc/.match?(CONFIG['CC']) $CFLAGS << ' -g -Wall' if $DEBUG && !$CFLAGS.gsub!(/ -O[\dsz]?/, ' -O0 -ggdb') $CFLAGS << ' -O0 -ggdb' end end create_makefile 'openc3/ext/platform'
Version data entries
51 entries across 51 versions & 1 rubygems