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.20.0 ext/openc3/ext/crc/extconf.rb
openc3-5.19.0 ext/openc3/ext/crc/extconf.rb
openc3-5.18.0 ext/openc3/ext/crc/extconf.rb
openc3-5.17.1 ext/openc3/ext/crc/extconf.rb
openc3-5.17.0 ext/openc3/ext/crc/extconf.rb
openc3-5.16.0 ext/openc3/ext/crc/extconf.rb
openc3-5.15.2 ext/openc3/ext/crc/extconf.rb
openc3-5.15.1 ext/openc3/ext/crc/extconf.rb
openc3-5.15.0 ext/openc3/ext/crc/extconf.rb
openc3-5.14.2 ext/openc3/ext/crc/extconf.rb
openc3-5.14.1 ext/openc3/ext/crc/extconf.rb
openc3-5.14.0 ext/openc3/ext/crc/extconf.rb
openc3-5.13.0 ext/openc3/ext/crc/extconf.rb
openc3-5.12.0 ext/openc3/ext/crc/extconf.rb
openc3-5.11.3 ext/openc3/ext/crc/extconf.rb
openc3-5.11.2 ext/openc3/ext/crc/extconf.rb
openc3-5.11.1 ext/openc3/ext/crc/extconf.rb
openc3-5.11.0 ext/openc3/ext/crc/extconf.rb
openc3-5.10.1 ext/openc3/ext/crc/extconf.rb
openc3-5.10.0 ext/openc3/ext/crc/extconf.rb