Implement --lib --static.

This commit is contained in:
Rafael Ávila de Espíndola 2011-07-07 15:25:09 -04:00
parent b13527735e
commit 77c708cdbf
2 changed files with 8 additions and 8 deletions

View file

@ -24,6 +24,7 @@ type config =
type options =
rec(bool library,
bool static,
uint optimize,
bool debuginfo,
bool verify,