# File lib/buildr/core/compile.rb, line 599
    def debug
      (ENV['DEBUG'] || ENV['debug']) !~ /(no|off|false)/
    end