Added debug flags to test-c-plugin

This commit is contained in:
James Booth
2016-03-28 15:54:16 +01:00
parent d9e5f1f21d
commit 9e2dc6d2c3

View File

@@ -11,7 +11,7 @@ all: test-c-plugin.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 \
-pedantic -c -o $@ $<
clean: