# File lib/buildr/core/compile.rb, line 610
    def debug=(flag)
      ENV['debug'] = nil
      ENV['DEBUG'] = flag.to_s
    end