Commit df48bbf
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: af895431d5a079b2c14f694dbeb1bc035b75899b1 parent 68fbf37 commit df48bbf
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments