aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/targets/targets.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/targets/targets.go b/sys/targets/targets.go
index d444f55aa..afc21d545 100644
--- a/sys/targets/targets.go
+++ b/sys/targets/targets.go
@@ -620,7 +620,7 @@ var (
// These are used only when building executor.
// For C repros and syz-extract, we build C source files.
commonCxxFlags = []string{
- "-std=c++14",
+ "-std=c++17",
"-I.",
"-Iexecutor/_include",
}