You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"linkerFlags", "Extra C linker flags for shared libraries and testrunner executables (separated by ';')", &config.linkerFlags,
334
346
"j", "Number of parallel build jobs", &config.numBuildJobs,
335
347
"systemZlib", "Use system zlib instead of Phobos' vendored version", &config.systemZlib,
348
+
"installWithLibSuffix", "Install the built libraries to '<directory containing LDC executable>/../lib<installWithLibSuffix>'", &config.installWithLibSuffix,
336
349
);
337
350
338
351
// getopt() has removed all consumed args from `args`
0 commit comments