compiler-explorer / compiler-explorer/gcc-builder
Configure G++ to support the `-stdlib=` option
Open
enhancement
- Dominant language
- Shell
- Stars
- 8
- Forks
- 15
- Avg merge
- 5m
- Merged PRs (30d)
- 1
Description
GCC [recently added](https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=662b9c55cf06d3df6682ef865fb2b685820317a9) a [`-stdlib=` option](https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html#index-stdlib), which makes it easier to use libc++ with g++. But this option is only enabled when GCC is configured with the `--with-gxx-libcxx-include-dir=` option.
It would be nice if compiler-explorer could support this option.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.