Merge branch 'master' into stanza-hooks

This commit is contained in:
James Booth
2016-03-28 20:45:42 +01:00

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: