[libcxx][doc] Update the build documentation.

These are the hunks of
  D106770 [libc++][doc] Update the release notes
that are relevant for main.
This commit is contained in:
Mark de Wever 2021-07-29 07:54:48 +02:00
parent e2fe26e77b
commit 92b758cf3d
1 changed files with 2 additions and 2 deletions

View File

@ -246,10 +246,10 @@ libc++ specific options
.. option:: LIBCXX_ENABLE_FILESYSTEM:BOOL
**Default**: ``ON`` except on Windows.
**Default**: ``ON`` except on Windows when using MSVC.
This option can be used to enable or disable the filesystem components on
platforms that may not support them. For example on Windows.
platforms that may not support them. For example on Windows when using MSVC.
.. option:: LIBCXX_ENABLE_INCOMPLETE_FEATURES:BOOL