Files
ortools-clone/patches/coinutils-2.11.patch
2021-12-08 14:35:10 +01:00

13 lines
437 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fcfa658..267ddd9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,6 +51,7 @@ if(APPLE)
CMAKE_CXX_FLAGS
"${CMAKE_CXX_FLAGS} -Wno-inconsistent-missing-override -Wno-unused-command-line-argument -Wno-unused-result -Wno-exceptions"
)
+ add_compile_options(-O1)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")
endif(APPLE)