Sha256: 69a577522d1482fcb5f21c96d12b45b957732e43203d66f9e0f9bbb127faeafe

Contents?: true

Size: 281 Bytes

Versions: 47

Compression:

Stored size: 281 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/tabbed_plots_config'

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
openc3-5.20.0 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.19.0 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.18.0 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.17.1 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.17.0 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.16.0 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.15.2 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.15.1 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.15.0 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.14.2 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.14.1 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.14.0 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.13.0 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.12.0 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.11.3 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.11.2 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.11.1 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.11.0 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.10.1 ext/openc3/ext/tabbed_plots_config/extconf.rb
openc3-5.10.0 ext/openc3/ext/tabbed_plots_config/extconf.rb