From 3a798edb836a30f612b6dd40334b69a2dbeeca22 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 29 Oct 2018 18:11:53 -0400 Subject: good tasks, svc cleaning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02fbad2..c131a32 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ AS = as MCUFLAGS = -mthumb -mcpu=cortex-m4 #-mfloat-abi=hard -mfpu=fpv4-sp-d16 AFLAGS = $(MCUFLAGS) -CFLAGS = $(MCUFLAGS) -ggdb \ +CFLAGS = $(MCUFLAGS) -ggdb --specs=nosys.specs \ -I.. \ -fno-builtin -fsigned-char -ffreestanding \ -Wall -Werror -Wextra -pedantic \ -- cgit v1.2.3