mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-24 16:43:14 +01:00
Fixed #21 — Added -lib switch
This commit is contained in:
@@ -39,6 +39,10 @@ cl::opt<bool> compileOnly("c",
|
||||
cl::desc("Do not link"),
|
||||
cl::ZeroOrMore);
|
||||
|
||||
cl::opt<bool> createStaticLib("lib",
|
||||
cl::desc("Create static library"),
|
||||
cl::ZeroOrMore);
|
||||
|
||||
static cl::opt<bool, true> verbose("v",
|
||||
cl::desc("Verbose"),
|
||||
cl::ZeroOrMore,
|
||||
|
||||
Reference in New Issue
Block a user