Update compiler to support groups/unions

This commit is contained in:
James McKaskill 2013-09-12 13:49:19 -04:00
parent 7731509861
commit 9f75d0c7a6
6 changed files with 1588 additions and 1679 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 -ansi -pedantic
CFLAGS=-g -Wall -Werror -fPIC -I. -Wno-unused-function
all: capn.so capnpc-c test