Skip to content
Snippets Groups Projects
Commit c454aab8 authored by fjezuita's avatar fjezuita
Browse files

std=gnu17

parent 6514404b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment