summaryrefslogtreecommitdiff
path: root/src/docs/tune-build-options.dox
blob: 79cd60b1105e51d0a783b6877f934a80da6b21b3 (plain)
1
2
3
4
5
6
7
8
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).

 */