Skip to content

Commit

Permalink
recove link of gmp for test
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Dec 15, 2023
1 parent 133a2b7 commit 39ef524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ CFLAGS+=$(CFLAGS_USER)
ifneq ($(MCL_SIZEOF_UNIT),)
CFLAGS+=-DMCL_SIZEOF_UNIT=$(MCL_SIZEOF_UNIT)
endif
MCL_USE_GMP?=0
MCL_USE_GMP?=1
ifeq ($(MCL_USE_GMP),1)
GMP_LIB=-lgmp -lgmpxx
ifeq ($(UNAME_S),Darwin)
Expand All @@ -138,7 +138,7 @@ ifeq ($(MCL_USE_GMP),1)
CFLAGS+=-I$(GMP_DIR)/include
LDFLAGS+=-L$(GMP_DIR)/lib
endif
CFLAGS+=-DMCL_USE_GMP=1
# CFLAGS+=-DMCL_USE_GMP=1
endif
ifeq ($(MCL_STATIC_CODE),1)
MCL_USE_XBYAK=0
Expand Down

0 comments on commit 39ef524

Please sign in to comment.