diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2013-11-15 18:21:02 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2013-11-15 18:21:02 -0800 |
commit | 6af42b8267778bb0d894ab396822764510913cbd (patch) | |
tree | e06a8db2dfc43271a091f1c8fae00efb82cb354f | |
parent | dc674a032c5dc0ac366d0718bde8c1516712a97e (diff) | |
download | ffi-yajl-6af42b8267778bb0d894ab396822764510913cbd.tar.gz |
remove debugging
-rw-r--r-- | ext/libyajl2/extconf.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/libyajl2/extconf.rb b/ext/libyajl2/extconf.rb index a4abdbd..e1a2a5b 100644 --- a/ext/libyajl2/extconf.rb +++ b/ext/libyajl2/extconf.rb @@ -13,12 +13,6 @@ RbConfig::MAKEFILE_CONFIG['CC'] = ENV['CC'] if ENV['CC'] # $CFLAGS << " -O3" unless $CFLAGS[/-O\d/] #end -require 'pp' - -File.open "/tmp/env.out", "w+" do |f| - PP.pp(ENV, f) -end - pkg_config('yajl') # yajl_tree.h is only in >= 2.0 |