|
|
|
|
|
by bunderbunder
4574 days ago
|
|
One potential gotcha there: The Mono runtime libraries are licensed under the LGPL, so beware of using this option if you've got licensing restrictions that prevent you from distributing binaries that are statically linked to LGPL code. You can always leave the --static flag off, but then your binaries will require the Mono run-time to be installed. |
|