slint/tools/compiler
Simon Hausmann 44a1bec608
Disable jemalloc for slint-lsp/slint-viewer/slint-compiler on aarch64… (#8136)
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
2025-04-14 15:03:36 +02:00
..
Cargo.toml Disable jemalloc for slint-lsp/slint-viewer/slint-compiler on aarch64… (#8136) 2025-04-14 15:03:36 +02:00
main.rs Disable jemalloc for slint-lsp/slint-viewer/slint-compiler on aarch64… (#8136) 2025-04-14 15:03:36 +02:00