From edcce1e6476b2505e99c541cffbe7218718ee91f Mon Sep 17 00:00:00 2001 From: Biryuzovye Kleshni Date: Sun, 24 Jun 2018 16:06:51 +0000 Subject: [PATCH] Verbose linker output --- src/workprover/fastsolver/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workprover/fastsolver/makefile b/src/workprover/fastsolver/makefile index e4b08034..7c9c040b 100644 --- a/src/workprover/fastsolver/makefile +++ b/src/workprover/fastsolver/makefile @@ -1,5 +1,5 @@ CFLAGS += -std=gnu99 -Wall -Wextra -pedantic -O3 -fPIC -LDFLAGS += -shared -lpthread -lcrypto -Wl,-version-script=main.map +LDFLAGS += -shared -lpthread -lcrypto -Wl,-version-script=main.map -v libfastsolver.so: main.map common.o pthread.o $(CC) $(LDFLAGS) -o $@ common.o pthread.o