Merge pull request #11467 from chandlerc/restore-cmake-flags
Stop overriding CMake's release compile flags.
This commit is contained in:
commit
ed922bfffa
@ -1461,8 +1461,6 @@ class Formula
|
|||||||
sig { returns(T::Array[String]) }
|
sig { returns(T::Array[String]) }
|
||||||
def std_cmake_args
|
def std_cmake_args
|
||||||
args = %W[
|
args = %W[
|
||||||
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
|
|
||||||
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
|
|
||||||
-DCMAKE_INSTALL_PREFIX=#{prefix}
|
-DCMAKE_INSTALL_PREFIX=#{prefix}
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib
|
-DCMAKE_INSTALL_LIBDIR=lib
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user