We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9bcfb commit 6ca86d8Copy full SHA for 6ca86d8
src/Makefile.vdf-client
@@ -7,7 +7,7 @@ NOPIE = -no-pie
7
endif
8
9
LDFLAGS += -flto $(NOPIE) -g
10
-LDLIBS += -lgmpxx -lgmp -lboost_system -pthread
+LDLIBS += -lgmpxx -lgmp -pthread
11
CXXFLAGS += -flto -std=c++1z -D VDF_MODE=0 -D FAST_MACHINE=1 -pthread $(NOPIE) -fvisibility=hidden
12
ifeq ($(UNAME),Darwin)
13
CXXFLAGS += -D CHIAOSX=1
0 commit comments