diff options
author | Richard Braun <rbraun@sceen.net> | 2017-02-05 23:34:53 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-02-05 23:34:53 +0100 |
commit | 15056eec7a75ab99794cfd59d9eaf282c8be07ec (patch) | |
tree | 3e1f058b3f0d44b8d9e890ef96240b099de598c0 | |
parent | e837a878ef9e570accebe5713fadf380ec2ce91a (diff) |
Switch to C11 with GNU extensions
-rw-r--r-- | Makefile.am | 3 |
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 \ |