aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/brew b/bin/brew
index e3539c4ae..462f6328b 100755
--- a/bin/brew
+++ b/bin/brew
@@ -118,6 +118,9 @@ rescue BuildError => e
ohai "Environment"
puts Homebrew.config_s
ohai "Build Flags"
+ puts %["--use-clang" was specified] if ARGV.include? '--use-clang'
+ puts %["--use-llvm" was specified] if ARGV.include? '--use-llvm'
+ puts %["--use-gcc" was specified] if ARGV.include? '--use-gcc'
Homebrew.dump_build_env e.env
puts
onoe e