misc minor cleanup
This commit is contained in:
parent
7b0bfece26
commit
7397df1216
4 changed files with 29 additions and 18 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue