auto generate memory free code for decode data
This commit is contained in:
parent
40006c00d2
commit
dd1fbd4043
3 changed files with 294 additions and 17 deletions
|
|
@ -49,10 +49,12 @@ target("book")
|
|||
add_files("examples/book/*.c")
|
||||
add_includedirs("compiler","lib","examples/book")
|
||||
add_deps("CapnC_Runtime", "capnpc-c")
|
||||
add_cflags("-fsanitize=address")
|
||||
add_ldflags("-fsanitize=address")
|
||||
|
||||
xpack("capnpc-c")
|
||||
set_formats("targz")
|
||||
set_title("c-capnproto")
|
||||
set_licensefile("COPYING")
|
||||
add_targets("capnpc-c", "CapnC_Runtime")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue