Merge branch 'master' into stanza-hooks
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user