Sha256: 36156886037bdf620f5903ac7ee0c1101ef2430f73336bee05c1c58216dc690d

Contents?: true

Size: 713 Bytes

Versions: 9

Compression:

Stored size: 713 Bytes

Contents

require 'mkmf'

$defs.push('-Wall') if enable_config('all-warnings')
$defs.push('-ggdb3') if enable_config('gdb-info')
$CFLAGS << ' -O0' if enable_config('no-opt')

create_makefile('digest/xxhash')

if enable_config('verbose-mode')
	# This also needs Gem.configuration.really_verbose enabled to work
	# with `gem install`.  The value of Gem.configuration.verbose should
	# be set to anything other than true, false, or nil to enable it.
	# See source code of Gem::ConfigFile class for location of gemrc
	# files and other details.
	#
	# Following is an example configuration in /etc/gemrc.
	# Key needs to be in symbol form.
	#
	# :verbose: "really_verbose"
	#
	File.write('Makefile', "\nV = 1\n", mode: 'a')
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
digest-xxhash-0.2.9 ext/digest/xxhash/extconf.rb
digest-xxhash-0.2.7 ext/digest/xxhash/extconf.rb
digest-xxhash-0.2.6 ext/digest/xxhash/extconf.rb
digest-xxhash-0.2.5 ext/digest/xxhash/extconf.rb
digest-xxhash-0.2.4 ext/digest/xxhash/extconf.rb
digest-xxhash-0.2.3 ext/digest/xxhash/extconf.rb
digest-xxhash-0.2.2 ext/digest/xxhash/extconf.rb
digest-xxhash-0.2.1 ext/digest/xxhash/extconf.rb
digest-xxhash-0.2.0 ext/digest/xxhash/extconf.rb