Sha256: 4e60d0dae35895e206151a7a9c5470f2949d83fb074a52153d04d2d55955736c

Contents?: true

Size: 268 Bytes

Versions: 53

Compression:

Stored size: 268 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/string'

Version data entries

53 entries across 53 versions & 1 rubygems

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