diff options
Diffstat (limited to 'etc/defaults/CC/TARGETS.protobuf')
-rw-r--r-- | etc/defaults/CC/TARGETS.protobuf | 2 |
1 files changed, 1 insertions, 1 deletions
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": |