We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12591ca commit 5aa483eCopy full SHA for 5aa483e
CMakeLists.txt
@@ -305,8 +305,8 @@ if (USE_OPENMP)
305
endif()
306
307
308
-# Fix "Argument list too long" for macOS with Intel CPUs and DYNAMIC_ARCH turned on
309
-if(APPLE AND DYNAMIC_ARCH AND (NOT CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "arm64"))
+# Fix "Argument list too long" for macOS with POWERPC or Intel CPUs
+if(APPLE AND (NOT CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "arm64"))
310
# Use response files
311
set(CMAKE_C_USE_RESPONSE_FILE_FOR_OBJECTS 1)
312
# Always build static library first
0 commit comments