From 41907c6e27b5ede28859451da547f334949e37be Mon Sep 17 00:00:00 2001 From: cflip Date: Sat, 27 May 2023 11:51:15 -0600 Subject: Build with debug symbols enabled --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81c0b3d..3d4e5d7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=gcc LD=gcc -CFLAGS=-Wall -Wextra -pedantic -std=c89 +CFLAGS=-Wall -Wextra -pedantic -std=c89 -g LDFLAGS= OBJS=cfws.o http.o -- cgit v1.2.3