Sha256: 1f22892067a27c1b2a93b259793df49cfcf538b877bc48aad9ea3662fe1ecaa9

Contents?: true

Size: 281 Bytes

Versions: 5

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 'cosmos/ext/tabbed_plots_config'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cosmos-5.0.5 ext/cosmos/ext/tabbed_plots_config/extconf.rb
cosmos-5.0.4 ext/cosmos/ext/tabbed_plots_config/extconf.rb
cosmos-5.0.3 ext/cosmos/ext/tabbed_plots_config/extconf.rb
cosmos-5.0.2 ext/cosmos/ext/tabbed_plots_config/extconf.rb
cosmos-5.0.2.pre.beta2 ext/cosmos/ext/tabbed_plots_config/extconf.rb