From cd6a2da083dfe28a814a915bf269c01279b4ac92 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sun, 2 Apr 2017 11:24:33 +0900 Subject: default UNIT is 6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 18089b2..7a6335d 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ TEST_SRC=bls_test.cpp bls_if_test.cpp SAMPLE_SRC=bls_smpl.cpp bls_tool.cpp CFLAGS+=-I../mcl/include -UNIT?=4 +UNIT?=6 ifeq ($(UNIT),4) CFLAGS+=-DBLS_MAX_OP_UNIT_SIZE=4 GO_TAG=bn256 -- cgit v1.2.3