aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-17 15:46:15 -0700
committerAdam Vandenberg2010-03-17 15:46:15 -0700
commitd9548ae4b0faea5ff7b640899ec83038f90ba1d2 (patch)
tree23671fd0e04079bfa2be7e4c6ed4ada42500d3ea
parent9cf78450156a01ed2862d3fadc3caf34758459ad (diff)
downloadbrew-d9548ae4b0faea5ff7b640899ec83038f90ba1d2.tar.bz2
Add --use-llvm flag to build environment output.
-rwxr-xr-xbin/brew2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/brew b/bin/brew
index 3e886d9e7..ffecdfd96 100755
--- a/bin/brew
+++ b/bin/brew
@@ -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