Sha256: db2072ad91d8141b309b9c581f6990f0e0a4228b55ec51a41499254e4e8e5ed7

Contents?: true

Size: 265 Bytes

Versions: 47

Compression:

Stored size: 265 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/crc'

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
openc3-5.9.1 ext/openc3/ext/crc/extconf.rb
openc3-5.9.0 ext/openc3/ext/crc/extconf.rb
openc3-5.8.1 ext/openc3/ext/crc/extconf.rb
openc3-5.8.0 ext/openc3/ext/crc/extconf.rb
openc3-5.7.2 ext/openc3/ext/crc/extconf.rb
openc3-5.7.0 ext/openc3/ext/crc/extconf.rb
openc3-5.6.1 ext/openc3/ext/crc/extconf.rb
openc3-5.6.0 ext/openc3/ext/crc/extconf.rb
openc3-5.5.2 ext/openc3/ext/crc/extconf.rb
openc3-5.5.2.pre.beta0 ext/openc3/ext/crc/extconf.rb
openc3-5.5.1 ext/openc3/ext/crc/extconf.rb
openc3-5.5.0 ext/openc3/ext/crc/extconf.rb
openc3-5.5.0.pre.beta0 ext/openc3/ext/crc/extconf.rb
openc3-5.4.3.pre.beta0 ext/openc3/ext/crc/extconf.rb
openc3-5.4.2 ext/openc3/ext/crc/extconf.rb
openc3-5.4.1 ext/openc3/ext/crc/extconf.rb
openc3-5.4.0 ext/openc3/ext/crc/extconf.rb
openc3-5.3.0 ext/openc3/ext/crc/extconf.rb
openc3-5.2.0 ext/openc3/ext/crc/extconf.rb
openc3-5.1.1 ext/openc3/ext/crc/extconf.rb