mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-15 03:58:23 +08:00
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',
|
|
)
|