MinGW builds fail with command line too long with lots of sources

Issue #28 resolved
Marc Valle created an issue

When doing builds using MinGW with large numbers of files linking would fails with 'The command line is too long'. It does't look like we are using response files.

Comments (1)

  1. Jason Kenny

    Merged in marc_valle/parts/mingw-longcmdline (pull request #29)

    Support long link command lines with MinGW

    When doing builds using MinGW with large numbers of files linking would fail with 'The command line is too long'. This commit adds support for response files when linking using MinGW.

    Fixes issue #28

    Approved-by: Jason Kenny dragon512@live.com

    → <<cset 4cbff501e9fc>>

  2. Log in to comment