Sha256: 1f93d4126f9b537353e1290b11f6eb569a683a387723605f173e0ce76414e6ed

Contents?: true

Size: 267 Bytes

Versions: 53

Compression:

Stored size: 267 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/array'

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
openc3-6.2.1 ext/openc3/ext/array/extconf.rb
openc3-6.2.0 ext/openc3/ext/array/extconf.rb
openc3-6.1.0 ext/openc3/ext/array/extconf.rb
openc3-6.0.2 ext/openc3/ext/array/extconf.rb
openc3-6.0.1 ext/openc3/ext/array/extconf.rb
openc3-6.0.0 ext/openc3/ext/array/extconf.rb
openc3-5.20.0 ext/openc3/ext/array/extconf.rb
openc3-5.19.0 ext/openc3/ext/array/extconf.rb
openc3-5.18.0 ext/openc3/ext/array/extconf.rb
openc3-5.17.1 ext/openc3/ext/array/extconf.rb
openc3-5.17.0 ext/openc3/ext/array/extconf.rb
openc3-5.16.0 ext/openc3/ext/array/extconf.rb
openc3-5.15.2 ext/openc3/ext/array/extconf.rb
openc3-5.15.1 ext/openc3/ext/array/extconf.rb
openc3-5.15.0 ext/openc3/ext/array/extconf.rb
openc3-5.14.2 ext/openc3/ext/array/extconf.rb
openc3-5.14.1 ext/openc3/ext/array/extconf.rb
openc3-5.14.0 ext/openc3/ext/array/extconf.rb
openc3-5.13.0 ext/openc3/ext/array/extconf.rb
openc3-5.12.0 ext/openc3/ext/array/extconf.rb