mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Improve option --pic. New options --string-pool-name, --null-strings.
This commit is contained in:
@@ -63,6 +63,11 @@ Details in the output code:
|
||||
-P, --pic Optimize the generated table for inclusion in shared
|
||||
libraries. This reduces the startup time of programs
|
||||
using a shared library containing the generated code.
|
||||
-Q, --string-pool-name=NAME
|
||||
Specify name of string pool generated by option --pic.
|
||||
Default name is 'stringpool'.
|
||||
--null-strings Use NULL strings instead of empty strings for empty
|
||||
keyword table entries.
|
||||
-W, --word-array-name=NAME
|
||||
Specify name of word list array. Default name is
|
||||
'wordlist'.
|
||||
|
||||
Reference in New Issue
Block a user