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