Skip to content

Commit

Permalink
Revert "build with c++11"
Browse files Browse the repository at this point in the history
This reverts commit 17116a0.
  • Loading branch information
herumi committed May 31, 2024
1 parent c9696cf commit 0a3563b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.onelib
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ UNIT?=$(shell expr $(BIT) / 8)
THIS_FILE := $(realpath $(firstword $(MAKEFILE_LIST)))

MIN_CFLAGS=-O3 -fno-exceptions -fno-threadsafe-statics -fno-rtti -fno-stack-protector -DNDEBUG -DMCL_DONT_USE_OPENSSL -DMCL_SIZEOF_UNIT=$(UNIT) -DMCL_MAX_BIT_SIZE=384 -DCYBOZU_DONT_USE_EXCEPTION -DCYBOZU_DONT_USE_STRING -D_FORTIFY_SOURCE=0 -I$(BLS_DIR)/include -I$(MCL_DIR)/include $(ETH_CFLAGS) $(CFLAGS_USER)
MIN_CFLAGS+=-std=c++11
MIN_CFLAGS+=-std=c++03
OBJ_DIR=obj
OBJS=$(OBJ_DIR)/bls_c384_256.o $(OBJ_DIR)/fp.o

Expand Down

0 comments on commit 0a3563b

Please sign in to comment.