diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-11-06 10:24:35 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-11-06 10:33:15 +0100 |
commit | 1689e28435021f9bd12d92d167113338eb230057 (patch) | |
tree | d8a8aeba7e12c1f11c299471dc8dd98a4c554dee /ctor.cc | |
parent | 463f0740e1731c15917ffdb3e2f4b3f4c83aa024 (diff) |
Use C++20.
Diffstat (limited to 'ctor.cc')
-rw-r--r-- | ctor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ BuildConfigurations ctorConfigs() "src/unittest.cc", }, .cxxflags = { - "-std=c++17", + "-std=c++20", "-O3", "-s", "-Wall", |