Update compiler to support groups/unions
This commit is contained in:
parent
7731509861
commit
9f75d0c7a6
6 changed files with 1588 additions and 1679 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
.PHONY: all clean test
|
||||
|
||||
LDFLAGS=-g -Wall -Werror -fPIC
|
||||
CFLAGS=-g -Wall -Werror -fPIC -I. -Wno-unused-function -ansi -pedantic
|
||||
CFLAGS=-g -Wall -Werror -fPIC -I. -Wno-unused-function
|
||||
|
||||
all: capn.so capnpc-c test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue