Skip to content

Commit

Permalink
remove gperftools block
Browse files Browse the repository at this point in the history
because it doesn't work as-is, and we can re-add it back later if it's
valuable to.

Closes #1608
  • Loading branch information
flavorjones committed Feb 17, 2017
1 parent 301c1a2 commit 3cf5764
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ext/nokogiri/extconf.rb
Expand Up @@ -658,12 +658,6 @@ def install
have_func('xmlSchemaSetValidStructuredErrors')
have_func('xmlSchemaSetParserStructuredErrors')

if ENV['CPUPROFILE']
unless find_library('profiler', 'ProfilerEnable', *LIB_DIRS)
abort "google performance tools are not installed"
end
end

create_makefile('nokogiri/nokogiri')

if enable_config('clean', true)
Expand Down

0 comments on commit 3cf5764

Please sign in to comment.