You copied the Doc URL to your clipboard.
--stdlib
Specifies the C++ library to use.
Note
This topic includes descriptions of [ALPHA] features. See Support level definitions.Syntax
--stdlib=library_option
where
is one of the following:library_option
libc++
- The standard C++ library.
threaded_libc++ [ALPHA]
- The threaded standard C++ library.
Usage
C++ objects compiled with armclang
and linked
with armlink
use libc++ by default.