aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-17 15:46:15 -0700
committerAdam Vandenberg2010-03-17 15:46:15 -0700
commit0806b9ce5498ddaedef9cac64719e5124ec97d44 (patch)
treef1ee1eb23e1d70c5c0f8b02ca7b2c4d110d307b8
parent7899a6206a600cf3bc450e34f3a835f8767e65b6 (diff)
downloadhomebrew-0806b9ce5498ddaedef9cac64719e5124ec97d44.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