From b6efee2cf8bb35e2762d46b9b152638bf881a99c Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 26 Jun 2014 09:52:54 +0200 Subject: libstxxl: build in release mode. Fixes #30437. --- Library/Formula/libstxxl.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3