Debugging symbols
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,7 +1,7 @@
|
|||||||
all: auth-client auth-server gen-key gen-keypair
|
all: auth-client auth-server gen-key gen-keypair
|
||||||
|
|
||||||
%.o: %.cc *.h
|
%.o: %.cc *.h Makefile
|
||||||
g++ -I/usr/local/include -std=c++11 -c -o $@ $<
|
g++ -I/usr/local/include -std=c++11 -g -c -o $@ $<
|
||||||
|
|
||||||
auth-client: auth-client.o crypto.o tlv.o
|
auth-client: auth-client.o crypto.o tlv.o
|
||||||
g++ -L/usr/local/lib -o auth-client auth-client.o crypto.o tlv.o -lsodium -levent
|
g++ -L/usr/local/lib -o auth-client auth-client.o crypto.o tlv.o -lsodium -levent
|
||||||
|
|||||||
Reference in New Issue
Block a user