diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ include ../mcl/common.mk LIB_DIR=lib OBJ_DIR=obj EXE_DIR=bin +CFLAGS += -std=c++11 SRC_SRC=bls.cpp TEST_SRC=bls_test.cpp |
![]() |
index : dexon-bls | |
DEXON fork of bls (https://github.com/dexon-foundation/bls) | LAN-TW |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 1 |
@@ -2,6 +2,7 @@ include ../mcl/common.mk LIB_DIR=lib OBJ_DIR=obj EXE_DIR=bin +CFLAGS += -std=c++11 SRC_SRC=bls.cpp TEST_SRC=bls_test.cpp |