Verbose linker output

This commit is contained in:
Biryuzovye Kleshni 2018-06-24 16:06:51 +00:00
parent 5461a7b440
commit edcce1e647

View File

@ -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