diff --git a/tests/test-c-plugin/Makefile b/tests/test-c-plugin/Makefile index f46f20e..de67612 100644 --- a/tests/test-c-plugin/Makefile +++ b/tests/test-c-plugin/Makefile @@ -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: