When using cargo install deno the result is 160M, if there's info on shrinking this somewhere please let me know. (Or if this question belongs in another channel.) Thanks very much.
Side Note: I'm doing this on a Raspberry Pi which works fine and I'm also not aware of other working option(s) for the latest version. The snap option wouldn't install correctly on some of these raspberry pi's and the deno from the pi4 works on all the pi3's I have which are running the Raspberry Pi OS with Debian 11 (64bit all).
#cargo compile size 160M
5 messages · Page 1 of 1 (latest)
My guess is it might be building without LTO?
https://github.com/rust-lang/cargo/issues/7539
Unfortunately that doesn't work, including the possibility that the details are incomplete so I'm not doing what's necessary resulting in not being able to compile for the target platform; it's unfortunate the org hasn't prioritized this platform, specifically Raspberry Pi OS 64-bit Debian 11 Bullseye as it's a relatively broad audience and the install I did previously worked fine across all the RPi 3 and 4 devices. If there's a place to raise this separate issue happy to provide that input, tho I believe there is already something active on Github that relates.