There is a new pull request by ifreund against master on the void-packages repository https://github.com/ifreund/void-packages zig-mcpu-fix https://github.com/void-linux/void-packages/pull/43900 zig: target baseline cpu Since zig 0.10.1 the cmake build system will produce a binary with the equivalent of -march=native by default. To produce a binary portable across cpu versions we must target the baseline cpu. #### Testing the changes - I tested the changes in this PR: **briefly** A patch file from https://github.com/void-linux/void-packages/pull/43900.patch is attached