Files
ortools-clone/patches/coinutils-2.11.patch

13 lines
433 B
Diff
Raw Permalink Normal View History

2021-12-08 12:51:05 +01:00
diff --git a/CMakeLists.txt b/CMakeLists.txt
2024-10-14 15:28:45 +02:00
index 3fc9cff..b2423fe 100644
2021-12-08 12:51:05 +01:00
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
2024-10-14 15:28:45 +02:00
@@ -88,6 +88,7 @@ if(APPLE)
2021-12-08 12:51:05 +01:00
CMAKE_CXX_FLAGS
"${CMAKE_CXX_FLAGS} -Wno-inconsistent-missing-override -Wno-unused-command-line-argument -Wno-unused-result -Wno-exceptions"
)
+ add_compile_options(-O1)
2024-10-14 15:28:45 +02:00
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
endif()
2021-12-08 12:51:05 +01:00