aboutsummaryrefslogtreecommitdiff
path: root/cbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cbs.h')
-rw-r--r--cbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbs.h b/cbs.h
index bcf82df..0c4fdd7 100644
--- a/cbs.h
+++ b/cbs.h
@@ -722,7 +722,7 @@ _rebuild(char *src)
return;
}
- cmdadd(&cmd, "cc");
+ cmdadd(&cmd, "cc", "-std=c2x");
#ifdef CBS_PTHREAD
cmdadd(&cmd, "-lpthread");
#endif