aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorXiyue Deng2013-09-05 22:54:32 -0700
committerXiyue Deng2013-09-06 17:59:58 -0700
commit45d5471a43798cfb51ecbd41691b6302f7d70549 (patch)
tree4c230933fdfdad71b88e429a397a92f79de96174 /Library/Homebrew/formula.rb
parent6d7cda77e9a0724b9098b21b630fd0ada4561ae8 (diff)
downloadbrew-45d5471a43798cfb51ecbd41691b6302f7d70549.tar.bz2
Enable verbose compile command in create template.
* Add "--disable-silent-rules" option to autotools-based configure options. - Also add comments to notify user removing unrecognized configure options. * Add "-DCMAKE_VERBOSE_MAKEFILE=ON" to cmake-based configure options.
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index e5b071c0f..fe5ccbe19 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -308,6 +308,7 @@ class Formula
-DCMAKE_INSTALL_PREFIX=#{prefix}
-DCMAKE_BUILD_TYPE=None
-DCMAKE_FIND_FRAMEWORK=LAST
+ -DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
]
end