razzlom on Nostr: Let's be clear, I don't want a system built on appimage, flatpack or snap (yes, there ...
Let's be clear, I don't want a system built on appimage, flatpack or snap (yes, there already is such a system).
I want only necessary pieces from dependent libraries to be added to the resulting binary file during compilation.
When "println("Hello world");" is compiled, the whole standard library is not added there, but only the part that is necessary to output the string to the console.
Or am I wrong?
I want only necessary pieces from dependent libraries to be added to the resulting binary file during compilation.
When "println("Hello world");" is compiled, the whole standard library is not added there, but only the part that is necessary to output the string to the console.
Or am I wrong?