mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 10:59:59 +00:00
added dial client debug
This commit is contained in:
@@ -10,5 +10,8 @@ OBJS := main.cpp DialServer.cpp DialDiscovery.cpp DialConformance.cpp DialClient
|
|||||||
dialclient: $(OBJS) ${includes}
|
dialclient: $(OBJS) ${includes}
|
||||||
$(CC) -Wall -Werror -g $(OBJS) $(INCLUDES) $(LDFLAGS) -ldl -lpthread -lcurl -lz -lcrypto -lssl -lcares -o dialclient
|
$(CC) -Wall -Werror -g $(OBJS) $(INCLUDES) $(LDFLAGS) -ldl -lpthread -lcurl -lz -lcrypto -lssl -lcares -o dialclient
|
||||||
|
|
||||||
|
dialclient_debug: $(OBJS) ${includes}
|
||||||
|
$(CC) -DDEBUG -Wall -Werror -g $(OBJS) $(INCLUDES) $(LDFLAGS) -ldl -lpthread -lcurl -lz -lcrypto -lssl -lcares -o dialclient
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o dialclient
|
rm -f *.o dialclient
|
||||||
|
|||||||
Reference in New Issue
Block a user