| author | |
| committer | |
| log | 456d7e5f5f5aa09b3b50ebf1398d79503846a801 |
| tree | 0dc8df5e4e47481e7711baee7493e7d43c9bb394 |
| parent | 1bbec59e07faa1f581595f316320fd179dbba785 |
This is required to successfully build libc++.1 files changed, 1 insertions(+), 1 deletions(-)
src/libcxx.zig+1-1| ... | ... | @@ -158,7 +158,7 @@ pub fn buildLibCXX(comp: *Compilation) !void { |
| 158 | 158 | try cflags.append("-fPIC"); |
| 159 | 159 | } |
| 160 | 160 | try cflags.append("-nostdinc++"); |
| 161 | try cflags.append("-std=c++14"); | |
| 161 | try cflags.append("-std=c++20"); | |
| 162 | 162 | try cflags.append("-Wno-user-defined-literals"); |
| 163 | 163 | |
| 164 | 164 | c_source_files.appendAssumeCapacity(.{ |