04:50:35 .merges 04:50:35 -xmr-pr- 9023 9049 9052 9053 9056 9059 9060 9061 9069 9072 9073 9076 9077 9079 9080 04:51:11 .merge+ 9084 9090 04:51:11 Added 14:47:20 trying to build static release binaries on apple silicon, but getting an error `unsupported argument 'x86-64' to option '-march='`. I see this old tweak from hyc, but is this still necessary, or am I missing something? https://github.com/monero-project/monero/issues/8332 14:59:38 woodser: make release-static specifically sets x86-64 as the arch, try removing that in the makefile. 15:00:10 we usually cross compile Apple Silicon binaries from Linux 16:10:48 is there a good reason to explicitly set arch=x86-64 ? 16:11:08 seems like we should just be building for whatever the current machine is 16:15:29 that's working, thanks. I was wondering the same, if we can avoid setting x86-64 and manually adjusting for M chips 16:54:23 I guess we can remove it 20:18:04 is there a wrapper for wallet2_api.h that can be called used C api? 20:27:41 is there a wrapper for wallet2_api.h that can be called using C api?