diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libstxxl.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/libstxxl.rb b/Library/Formula/libstxxl.rb index 943b95054..755177a87 100644 --- a/Library/Formula/libstxxl.rb +++ b/Library/Formula/libstxxl.rb @@ -62,8 +62,10 @@ class Libstxxl < Formula end def install + args = std_cmake_args - %w{-DCMAKE_BUILD_TYPE=None} + args << "-DCMAKE_BUILD_TYPE=Release" mkdir "build" do - system "cmake", "..", *std_cmake_args + system "cmake", "..", *args system 'make install' end end |
