Sha256: a52dc24457dc2d9b5e814344e64dffda36055398b8b4d252938cc65bf13c0640

Contents?: true

Size: 276 Bytes

Versions: 12

Compression:

Stored size: 276 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/burst_protocol'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
openc3-6.2.1 ext/openc3/ext/burst_protocol/extconf.rb
openc3-6.2.0 ext/openc3/ext/burst_protocol/extconf.rb
openc3-6.1.0 ext/openc3/ext/burst_protocol/extconf.rb
openc3-6.0.2 ext/openc3/ext/burst_protocol/extconf.rb
openc3-6.0.1 ext/openc3/ext/burst_protocol/extconf.rb
openc3-6.0.0 ext/openc3/ext/burst_protocol/extconf.rb
openc3-5.20.0 ext/openc3/ext/burst_protocol/extconf.rb
openc3-5.19.0 ext/openc3/ext/burst_protocol/extconf.rb
openc3-5.18.0 ext/openc3/ext/burst_protocol/extconf.rb
openc3-5.17.1 ext/openc3/ext/burst_protocol/extconf.rb
openc3-5.17.0 ext/openc3/ext/burst_protocol/extconf.rb
openc3-5.16.0 ext/openc3/ext/burst_protocol/extconf.rb