Files
ortools-clone/patches/coinutils-2.11.patch
Corentin Le Molgat 8a996d7e68 backport main/
2024-10-14 16:47:46 +02:00

13 lines
433 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3fc9cff..b2423fe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -88,6 +88,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.15" CACHE STRING "Minimum OS X deployment version")
endif()