cmake: build in release mode
Fixes #21155. Closes #21170. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
cf44151dbc
commit
ecda53aa81
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Cmake < Formula
|
|||
args << "--sphinx-man" << "--sphinx-build=#{Formula["sphinx-doc"].opt_bin}/sphinx-build"
|
||||
end
|
||||
|
||||
system "./bootstrap", *args
|
||||
system "./bootstrap", *args, "--", "-DCMAKE_BUILD_TYPE=Release"
|
||||
system "make"
|
||||
system "make", "install"
|
||||
|
||||
|
|
Loading…
Reference in a new issue