aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-09-09 10:02:27 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-09-09 10:02:30 +0800
commitf68e6c99bbc7e4c607223e73f246b73eaa94d3a8 (patch)
tree47b4bb66520b1563061204bcf09ac1830f379d41 /Makefile
parentfa2dfb07a2966010e8c6eff93ee39ffc8c7c4d20 (diff)
downloaddexon-bls-f68e6c99bbc7e4c607223e73f246b73eaa94d3a8.tar
dexon-bls-f68e6c99bbc7e4c607223e73f246b73eaa94d3a8.tar.gz
dexon-bls-f68e6c99bbc7e4c607223e73f246b73eaa94d3a8.tar.bz2
dexon-bls-f68e6c99bbc7e4c607223e73f246b73eaa94d3a8.tar.lz
dexon-bls-f68e6c99bbc7e4c607223e73f246b73eaa94d3a8.tar.xz
dexon-bls-f68e6c99bbc7e4c607223e73f246b73eaa94d3a8.tar.zst
dexon-bls-f68e6c99bbc7e4c607223e73f246b73eaa94d3a8.zip
update how to load QcoeffTbl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 474198a..af34e52 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ endif
test_go: ffi/go/bls/bls.go ffi/go/bls/bls_test.go $(BLS384_SLIB)
cd ffi/go/bls && env PATH=$$PATH:../../../lib LD_RUN_PATH="../../../lib" DYLD_LIBRARY_PATH="../../../lib" go test $(MAC_GO_LDFLAGS) .
-EMCC_OPT=-I./include -I./src -I../cybozulib/include -I../mcl/include -I./ -Wall -Wextra
+EMCC_OPT=-I./include -I./src -I../mcl/include -I./ -Wall -Wextra
EMCC_OPT+=-O3 -DNDEBUG
EMCC_OPT+=-s WASM=1 -s NO_EXIT_RUNTIME=1 -s MODULARIZE=1 #-s ASSERTIONS=1
EMCC_OPT+=-DCYBOZU_MINIMUM_EXCEPTION