commit | 5b5a475a2360615284f9b093a7711114b52c2258 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Tue Sep 26 15:07:24 2023 +0100 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Thu Oct 19 15:35:59 2023 +0100 |
tree | b7a25e70f20a8c00328cd19bd55a173b62e4af1c | |
parent | 260f5ca3dac26b93125df727d80964370d76031a [diff] |
fix(build): pass parameters through response files CMD.exe limits prompts to 8191 characters [1], unfortunately our command line lengths when building with make get really long and in certain instances exceed this limit. Get around this by passing options to the compiler and linker via the response file mechanism. [1] https://learn.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/command-line-string-limitation Change-Id: I6fee83c5892542f887daf25227fcb595a36f26b9 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>