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

Update Makefile

parent 1e56b5a7
Branches
Tags
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
CC_FLAGS = -Wall -O2 -c -Wextra -ffreestanding -Wno-override-init -std=c17
CC_FLAGS += $(addprefix -I,$(INCLUDE)) -include default.h
CC_DEBUG_FLAGS = -g -DDEBUG
......@@ -153,4 +153,4 @@ make_var_test:
.SECONDARY: $(obj)
.PHONY: clean
.SUFFIXES:
\ No newline at end of file
.SUFFIXES:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment