From c454aab8f32b4f41e7d237c77ae14bdf3eaf7ced Mon Sep 17 00:00:00 2001 From: fjezuita <fjezuita@mi.fu-berlin.de> Date: Fri, 3 Dec 2021 17:06:45 +0100 Subject: [PATCH] std=gnu17 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9bab6b..de97e72 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ AS_DEBUG_FLAGS = INCLUDE = . ./boards/$(platform) CC = arm-none-eabi-gcc -CC_FLAGS = -Wall -O2 -c -Wextra -ffreestanding -Wno-override-init -std=c17 +CC_FLAGS = -Wall -O2 -c -Wextra -ffreestanding -Wno-override-init -std=gnu17 CC_FLAGS += $(addprefix -I,$(INCLUDE)) -include default.h CC_DEBUG_FLAGS = -g -DDEBUG -- GitLab