Files
patchelf/meson.options
John Ericson 03746bff2c Backport infra improvements from master to 0.15
This is the version currently used in Nixpkgs as the stable version, so
I am interested in seeing it be developable, even as the hope is to move
to a newer version.
2025-08-12 14:54:44 -04:00

8 lines
188 B
Plaintext

option(
'page_size',
type : 'combo',
value : 'auto',
choices : [ 'auto', '4096', '65536', '16384', '8192' ],
description : 'Default page size, or "auto" to detect at runtime',
)