mirror of
https://github.com/slint-ui/slint.git
synced 2025-07-07 13:15:23 +00:00
![]() With jemalloc the page size is a compile time constant that results in the process aborting on memory allocation if the compile time determined page size does not match the kernel reported page size at run-time. When we, or our users, compile the above programs for aarch64-linux, there is a fair expectation that the resulting binary works on any aarch64-linux system. As we can't determine the target page size reliably, disable jemalloc. Fixes #8134 |
||
---|---|---|
.. | ||
Cargo.toml | ||
main.rs |