Add --use-llvm flag to build environment output.

This commit is contained in:
Adam Vandenberg 2010-03-17 15:46:15 -07:00
parent 9cf7845015
commit d9548ae4b0

View File

@ -69,6 +69,8 @@ EOS
end
def dump_build_env env
puts "\"--use-llvm\" was specified" if ARGV.include? '--use-llvm'
%w[CC CXX LD CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MAKEFLAGS HOMEBREW_USE_LLVM].each do |k|
puts "#{k}: #{env[k]}"
end