We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cc6df commit e04df19Copy full SHA for e04df19
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