-
-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Description
Building druntime with a Visual D project puts all modules on the commandline (through a response file), but linking the unittest executable or creating the library fails with
The command line is too long.
Error: C:/s/d/ldc/build-ldc2-x64/bin/Debug/x86.bat failed with status: 1
This happens because the list of arguments is longer than the limit for batch files (8192 characters). LDC should switch to a response file in this case, too.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels