Files: 714b4c5dc91fd2f9a5af145520bbe7c3ee631793 / build / build.ninja
316 bytesRaw
1 | cflags = -I../mcl/include/ -I../cybozulib/include -I../bls/include -I../bls |
2 | |
3 | rule buildExLib |
4 | command = emcc -O3 -o $out ../bls/src/bls_c.cpp ../mcl/src/fp.cpp --pre-js ../pre.js $cflags -s WASM=1 -DMCLBN_FP_UNIT_SIZE=6 -DMCL_MAX_BIT_SIZE=384 -DNDEBUG -s DISABLE_EXCEPTION_CATCHING=0 |
5 | |
6 | build bls_lib.js : buildExLib |
7 |
Built with git-ssb-web