summaryrefslogtreecommitdiff
path: root/src/docs/tune-build-options.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/tune-build-options.dox')
-rw-r--r--src/docs/tune-build-options.dox9
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).
+
+ */