From 02d0bbc0a1d04afa97e560c2707129909aaf2625 Mon Sep 17 00:00:00 2001 From: tcsullivan Date: Sun, 2 Dec 2018 14:18:36 -0500 Subject: working toochain build script --- src/pdclib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pdclib/Makefile') diff --git a/src/pdclib/Makefile b/src/pdclib/Makefile index 5d75638..0669c1a 100644 --- a/src/pdclib/Makefile +++ b/src/pdclib/Makefile @@ -27,7 +27,7 @@ ALLFILES := $(SRCFILES) $(HDRFILES) $(AUXFILES) CC = arm-stmos-gcc -mcpu=cortex-m4 -mthumb -fsigned-char WARNINGS := -Wall -Wextra -pedantic -Wno-unused-parameter -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wuninitialized -Wstrict-prototypes -Wdeclaration-after-statement -CFLAGS := -fPIC -Os -ffreestanding -std=c99 -I./testing -I./platform/stmos/include $(WARNINGS) $(USERFLAGS) +CFLAGS := -fPIC -Os -g -ffreestanding -std=c99 -I./testing -I./platform/stmos/include $(WARNINGS) $(USERFLAGS) .PHONY: all clean srcdist tests testdrivers regtests regtestdrivers todos fixmes help -- cgit v1.2.3