Commit 4b17e438 authored by Gordon McShane's avatar Gordon McShane Committed by Harris Hancock

Add kj/main.c++, kj/arena.c++ to lite-mode to resolve linker error

parent 25ce8b86
......@@ -11,13 +11,13 @@ set(kj_sources_lite
mutex.c++
string.c++
thread.c++
main.c++
arena.c++
)
set(kj_sources_heavy
units.c++
refcount.c++
string-tree.c++
arena.c++
main.c++
parse/char.c++
)
if(NOT CAPNP_LITE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment