mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
New option for position-independent code.
This commit is contained in:
@@ -95,7 +95,10 @@ enum Option_Type
|
||||
INCLUDE = 1 << 18,
|
||||
|
||||
/* Assume 7-bit, not 8-bit, characters. */
|
||||
SEVENBIT = 1 << 19
|
||||
SEVENBIT = 1 << 19,
|
||||
|
||||
/* Optimize for position-independent code. */
|
||||
SHAREDLIB = 1 << 20
|
||||
};
|
||||
|
||||
/* Class manager for gperf program Options. */
|
||||
|
||||
Reference in New Issue
Block a user