summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h
index 9d37201..2a9567b 100644
--- a/src/options.h
+++ b/src/options.h
@@ -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. */