diff options
| author | Adam Vandenberg | 2010-03-17 15:46:15 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-03-17 15:46:15 -0700 |
| commit | d9548ae4b0faea5ff7b640899ec83038f90ba1d2 (patch) | |
| tree | 23671fd0e04079bfa2be7e4c6ed4ada42500d3ea /bin | |
| parent | 9cf78450156a01ed2862d3fadc3caf34758459ad (diff) | |
| download | brew-d9548ae4b0faea5ff7b640899ec83038f90ba1d2.tar.bz2 | |
Add --use-llvm flag to build environment output.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
