Sha256: b932c71892c632d9b9b16bd36ab09cb6c2b2c1fac987e3f627b372203fc26ae6

Contents?: true

Size: 282 Bytes

Versions: 24

Compression:

Stored size: 282 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/reducer_microservice'

Version data entries

24 entries across 24 versions & 1 rubygems

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