diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-04-29 15:03:24 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-06-19 18:47:56 +0300 |
commit | 8b7a24e20f345cccf407ddc9a8133d75fdc99448 (patch) | |
tree | 24ecc76c665a9fb4e272c3d168285e0673a594c0 /README.md | |
parent | d78fbdba8712de8389940180ab0b391da2cbe0b9 (diff) |
meson: Link against libc++ with compiling with clang
libc++ is used by Chrome OS, and likely as well by other environments
based on clang. Using it by default if available when compiling with
clang will help extending the compile-testing coverage. The drawback is
that issues specific to clang with libstdc++ will not be caught as
easily, but based on the experience with clang so far, code compiling
correctly with gcc/libstdc++ has failed with clang due to either
clang-specific or libc++-specific behaviour, never due only to the
combination of clang with libstdc++.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions