mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-18 00:12:18 +08:00

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.
8 lines
188 B
Plaintext
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',
|
|
)
|