From 1689e28435021f9bd12d92d167113338eb230057 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 6 Nov 2021 10:24:35 +0100 Subject: Use C++20. --- test/ctor.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/ctor.cc') diff --git a/test/ctor.cc b/test/ctor.cc index d7cad34..0c3acfd 100644 --- a/test/ctor.cc +++ b/test/ctor.cc @@ -18,7 +18,7 @@ BuildConfigurations ctorTestConfigs() "../src/execute.cc", }, .cxxflags = { - "-std=c++17", "-O3", "-s", "-Wall", "-Werror", + "-std=c++20", "-O3", "-s", "-Wall", "-Werror", "-I../src", "-Iuunit", "-DOUTPUT=\"execute\"", }, @@ -33,7 +33,7 @@ BuildConfigurations ctorTestConfigs() }, .depends = {"libctor.a"}, .cxxflags = { - "-std=c++17", "-O3", "-s", "-Wall", "-Werror", + "-std=c++20", "-O3", "-s", "-Wall", "-Werror", "-I../src", "-Iuunit", "-DOUTPUT=\"tasks\"", }, @@ -48,7 +48,7 @@ BuildConfigurations ctorTestConfigs() }, .depends = {"libctor.a"}, .cxxflags = { - "-std=c++17", "-O3", "-s", "-Wall", "-Werror", + "-std=c++20", "-O3", "-s", "-Wall", "-Werror", "-I../src", "-Iuunit", "-DOUTPUT=\"source_type\"", }, -- cgit v1.2.3