Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CMake option to force using libc++ (#9570)
Summary: I've been unable to build HHVM master against libstdc++ with GCC 14 or clang 18. Since most distros use libstdc++ as the default C++ standard library, we need an option to force using libc++ instead. Remove the existing option to force building against libstdc++ when using clang, which was added 10 years ago in cc07cb5 to help workaround GCC 5 bugs and seems no longer relevant. Pull Request resolved: #9570 Reviewed By: Wilfred Differential Revision: D67921607 fbshipit-source-id: af895431d5a079b2c14f694dbeb1bc035b75899b
- Loading branch information