From aed6e5980ee16d19a4fb84ba97cb7e782c0594cf Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Tue, 15 May 2018 19:22:14 +0900 Subject: multiInit is disabled if travis-ci and gcc --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e0dd399..1847b0b 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,9 @@ endif ifneq ($(MCL_MAX_BIT_SIZE),) CFLAGS+=-DMCL_MAX_BIT_SIZE=$(MCL_MAX_BIT_SIZE) endif +ifeq ($(DISABLE_THREAD_TEST),1) + CFLAGS+=-DDISABLE_THREAD_TEST +endif sample_test: $(EXE_DIR)/bls_smpl.exe python bls_smpl.py -- cgit v1.2.3