We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01cc6df + e04df19 commit e07bea1Copy full SHA for e07bea1
CMakeLists.txt
@@ -308,8 +308,8 @@ if (USE_OPENMP)
308
endif()
309
310
311
-# Fix "Argument list too long" for macOS with POWERPC or Intel CPUs
312
-if(APPLE AND (NOT CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "arm64"))
+# Fix "Argument list too long" for macOS - mostly seen with older OS versions on POWERPC or Intel CPUs
+if(APPLE)
313
# Use response files
314
set(CMAKE_C_USE_RESPONSE_FILE_FOR_OBJECTS 1)
315
# Always build static library first
0 commit comments