You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shell> ls -alh hello
-rwxrwxr-x. 1 user user 8.4K Oct 20 20:36 hello
in my case:
shell> ls -alh hello
-rwxrwxr-x 1 pharaldsson pharaldsson 16K maí 19 16:39 hello
Is it known why? I used 1.9.0, the possible reason?
The text was updated successfully, but these errors were encountered:
So I think this varies somewhat widely as a function of OS and architecture. That example was run on an intel mac; linux gave slightly larger binaries IIRC, and on my current arm mac the same example weighs in at 33k. It's possible that binary size also changed as a function of something in this package, but one would have to run a systematic comparison to be sure.
In in example docs (used the code there):
Is it known why? I used 1.9.0, the possible reason?
The text was updated successfully, but these errors were encountered: