misc minor cleanup

This commit is contained in:
James McKaskill 2013-09-12 23:57:29 -04:00
parent 7b0bfece26
commit 7397df1216
4 changed files with 29 additions and 18 deletions

View file

@ -1,7 +1,7 @@
.PHONY: all clean test
LDFLAGS=-g -Wall -Werror -fPIC
CFLAGS=-g -Wall -Werror -fPIC -I. -Wno-unused-function
LDFLAGS=-O2 -Wall -Werror -fPIC
CFLAGS=-O2 -Wall -Werror -fPIC -I. -Wno-unused-function
all: capn.so capnpc-c test