Implement --lib --static.
This commit is contained in:
parent
b13527735e
commit
77c708cdbf
2 changed files with 8 additions and 8 deletions
|
|
@ -24,6 +24,7 @@ type config =
|
|||
|
||||
type options =
|
||||
rec(bool library,
|
||||
bool static,
|
||||
uint optimize,
|
||||
bool debuginfo,
|
||||
bool verify,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue