Sha256: 3ef2fb8f3ed727695dd28cabe96840969be09c48af8eac203e3f6aa263e0f571

Contents?: true

Size: 628 Bytes

Versions: 2

Compression:

Stored size: 628 Bytes

Contents

require 'mkmf'

##
## Avoid warnings, since newer versions of Xcode by default try to make more and more
## warnings.
##
append_cflags("-Wno-missing-noreturn")
append_cflags("-Wno-shorten-64-to-32")
append_cflags("-Wno-return-type")
append_cflags("-Wno-sign-compare")
append_cflags("-Wno-unused-function")
append_cflags("-Wno-incompatible-pointer-types")
puts "=-=-=-=-=-=-"
puts $CFLAGS
puts "=-=-=-=-=-=-"


##
## If we want it to be installed in lib/trie, then we have to create the makefile
## in this nested format, too, otherwise lib_dir works for rake compile, but not
## for rake install.
##
create_makefile 'trie/trie'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
middlemac-3.1.2 ext/trie/extconf.rb
middlemac-3.1.1 ext/trie/extconf.rb