|
|
|
|
|
by wonko1
3450 days ago
|
|
I think the original question was querying if the runtime is statically or dynamically linked. It's also possibly a subtle dig at go, because unlike other languages go does not use dynamic linking, meaning bugs in libraries require recompilation (has positive effects too). |
|
It just isn't the default compilation mode, you have to explicitly enable it.