| ... | @@ -158,7 +158,7 @@ pub fn buildLibCXX(comp: *Compilation) !void { | ... | @@ -158,7 +158,7 @@ pub fn buildLibCXX(comp: *Compilation) !void { |
| 158 | try cflags.append("-fPIC"); | 158 | try cflags.append("-fPIC"); |
| 159 | } | 159 | } |
| 160 | try cflags.append("-nostdinc++"); | 160 | try cflags.append("-nostdinc++"); |
| 161 | try cflags.append("-std=c++14"); | 161 | try cflags.append("-std=c++20"); |
| 162 | try cflags.append("-Wno-user-defined-literals"); | 162 | try cflags.append("-Wno-user-defined-literals"); |
| 163 | | 163 | |
| 164 | c_source_files.appendAssumeCapacity(.{ | 164 | c_source_files.appendAssumeCapacity(.{ |