diff options
author | Keith Bostic <keith.bostic@mongodb.com> | 2017-04-28 00:15:24 -0400 |
---|---|---|
committer | Michael Cahill <michael.cahill@mongodb.com> | 2017-04-28 14:15:24 +1000 |
commit | 148cef6f4cd887cf39cd6cd811a677236e7e312b (patch) | |
tree | b96f36d4b75e9834a539c9c68850b4255a845008 /src/docs/tune-build-options.dox | |
parent | 52c1dbed31b2832c4b183432478a1caa336b9665 (diff) | |
download | mongo-148cef6f4cd887cf39cd6cd811a677236e7e312b.tar.gz |
WT-3297 support the gcc/clang -fvisibility=hidden flag (#3404)
Diffstat (limited to 'src/docs/tune-build-options.dox')
-rw-r--r-- | src/docs/tune-build-options.dox | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/docs/tune-build-options.dox b/src/docs/tune-build-options.dox new file mode 100644 index 00000000000..79cd60b1105 --- /dev/null +++ b/src/docs/tune-build-options.dox @@ -0,0 +1,9 @@ +/*! @page tune_build_options gcc/clang build options + +WiredTiger can be built using the gcc/clang \c -fvisibility=hidden flag, +which may significantly reduce the size and load time of the WiredTiger +library when built as a dynamic shared object, and allow the optimizer +to produce better code (for example, by eliminating most lookups in the +procedure linkage table). + + */ |