rayhunter icon indicating copy to clipboard operation
rayhunter copied to clipboard

minimized the binary size

Open rbomze opened this issue 9 months ago • 0 comments

This commit enables various compile options to reduce the binary file size to fit on hardware with smaller filesystems. See the recommendations of https://github.com/johnthagen/min-sized-rust Applying reduces the binary size of the rayhunter_daemon by ~60%. (11619420 bytes -> 4614596 bytes). Please verify if the optimizations still produce a working binary on actual hardware.

rbomze avatar Mar 08 '25 20:03 rbomze