aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-06-08 15:15:02 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-06-08 15:15:02 +0200
commit46e676254e5121f38c5d3668855c34a4496f88ec (patch)
treebcfcfc6a356d98d55a46930760d942fc34c2590a
parentc69fd987a184fc8bf27abfce30f5aace409616d2 (diff)
Switch to C11
-rw-r--r--make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.c b/make.c
index 28032d0..0b3837f 100644
--- a/make.c
+++ b/make.c
@@ -20,7 +20,7 @@ enum {
static char *cflags_all[] = {
"-pipe",
- "-std=c99",
+ "-std=c11",
"-Wall",
"-Wextra",
"-Wno-attributes",