mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 10:59:59 +00:00
compile the debug target
This commit is contained in:
@@ -11,7 +11,7 @@ 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}
|
dialclient_debug: $(OBJS) ${includes}
|
||||||
$(CC) -DDEBUG -Wall -Werror -g $(OBJS) $(INCLUDES) $(LDFLAGS) -ldl -lpthread -lcurl -lz -lcrypto -lssl -lcares -o dialclient
|
$(CC) -DDEBUG -Wall -Werror -g $(OBJS) $(INCLUDES) $(LDFLAGS) -ldl -lpthread -lcurl -lz -lcrypto -lssl -lcares -o dialclient_debug
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o dialclient
|
rm -f *.o dialclient
|
||||||
|
|||||||
Reference in New Issue
Block a user