From 73a63a4ee5e105bf06ecbc0dc3de31403651b9f6 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 29 Mar 2016 22:07:44 +0100 Subject: [PATCH] Added debug options to pid.c Makefile --- pid/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pid/Makefile b/pid/Makefile index f944294..a7fe370 100644 --- a/pid/Makefile +++ b/pid/Makefile @@ -11,7 +11,7 @@ all: pid.so $(CC) $(LINK_FLAGS) -lprofanity -o $@ $^ %.o:%.c - $(CC) $(INCLUDE) -D_GNU_SOURCE -D_BSD_SOURCE -fpic -O3 -std=c99 \ + $(CC) $(INCLUDE) -D_GNU_SOURCE -D_BSD_SOURCE -fpic -g3 -O0 -std=c99 \ -Wextra -pedantic -c -o $@ $< clean: