Verbose linker output
This commit is contained in:
parent
5461a7b440
commit
edcce1e647
|
@ -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
|
||||
|
|
Reference in New Issue
Block a user