diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/install.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/install.texi b/manual/install.texi index 96d3bef..0c05f51 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -160,6 +160,9 @@ By default, dynamic tests are linked to run with the installed C library. This option hardcodes the newly built C library path in dynamic tests so that they can be invoked directly. +@item --enable-lock-elision=yes +Enable lock elision for pthread mutexes by default. + @item --build=@var{build-system} @itemx --host=@var{host-system} These options are for cross-compiling. If you specify both options and |