From 615453117dd8a77d35ea1afea5ffdabdd41c93b2 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sun, 2 Dec 2018 21:29:18 +0900 Subject: BLS_SWAP_G runs well for C++test --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 22eaf6d..d71aa05 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,9 @@ endif ifeq ($(DISABLE_THREAD_TEST),1) CFLAGS+=-DDISABLE_THREAD_TEST endif +ifeq ($(BLS_SWAP_G),1) + CFLAGS+=-DBLS_SWAP_G +endif SHARE_BASENAME_SUF?=_dy -- cgit v1.2.3