summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 649bc51d..08511002 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,8 +18,7 @@ AM_CPPFLAGS += \
AM_CFLAGS += -ffreestanding
-# TODO Adopt C11
-AM_CFLAGS += -std=gnu99
+AM_CFLAGS += -std=gnu11
AM_CFLAGS += \
-Wall \