How to modify PowerShell command length limit on Windows runner
I am building a Make project with C and C++ files using Make for Windows as the make.exe and a gcc for arm toolchain.
When it comes time to link, the resultant command to gcc and the linker is a little over 12k chars long due to the number of object files and their paths.
How to modify powershell command length limit on windows runner
I am building a Make project with C and C++ files using Make for Windows as the make.exe and a gcc for arm toolchain.
When it comes time to link, the resultant command to gcc and the linker is a little over 12k chars long due to the number of object files and their paths.