Skip to content

Commit

Permalink
MCL_STATIC_CODE=1 only on x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Apr 2, 2024
1 parent 5655236 commit 353ddc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion ETH.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
ETH_CFLAGS=-DBLS_ETH
MCL_STATIC_CODE=1
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
-include ETH.cfg
ARCH?=$(shell uname -m)
ifeq ($(ARCH),x86_64)
MCL_STATIC_CODE=1
endif
SRC_DIR?=src/
BLS_DIR?=$(SRC_DIR)/bls
MCL_DIR?=$(BLS_DIR)/mcl
Expand Down

0 comments on commit 353ddc5

Please sign in to comment.