diff options
-rw-r--r-- | etc/defaults/CC/TARGETS.grpc | 2 | ||||
-rw-r--r-- | etc/defaults/CC/TARGETS.protobuf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/CC/TARGETS.grpc b/etc/defaults/CC/TARGETS.grpc index b562de40..fbafa136 100644 --- a/etc/defaults/CC/TARGETS.grpc +++ b/etc/defaults/CC/TARGETS.grpc @@ -97,7 +97,7 @@ , "body": { "type": "++" , "$1": - [ ["-std=c++20"] + [ ["-std=c++17"] , { "type": "case" , "expr": {"type": "var", "name": "COMPILER_FAMILY"} , "case": {"msvc": []} diff --git a/etc/defaults/CC/TARGETS.protobuf b/etc/defaults/CC/TARGETS.protobuf index 2bde69ea..f2ae56d6 100644 --- a/etc/defaults/CC/TARGETS.protobuf +++ b/etc/defaults/CC/TARGETS.protobuf @@ -13,7 +13,7 @@ , "body": { "type": "++" , "$1": - [ ["-std=c++20", "-DHAVE_PTHREAD=1", "-DHAVE_ZLIB=1"] + [ ["-std=c++17", "-DHAVE_PTHREAD=1", "-DHAVE_ZLIB=1"] , { "type": "case" , "expr": {"type": "var", "name": "COMPILER_FAMILY"} , "case": |