|
|
|
|
|
by em-bee
1798 days ago
|
|
EDIT:
i just read up on this. only the first time the static build is slow. later rebuilds are fast. just like every c/c++ program. the first time it has to build everything, all following times it only needs to rebuild the parts that changed. this has already been explained, and i am only repeating it here for the casual HN reader, so they can follow along. old comment, that makes no sense because getting a fast static build isn't even a problem. left here because that is what was responded to: why do you need a static build after every change? isn't a dynamic one sufficient for testing? |
|