diff options
author | cflip <cflip@cflip.net> | 2023-05-27 11:51:15 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2023-05-27 11:51:15 -0600 |
commit | 41907c6e27b5ede28859451da547f334949e37be (patch) | |
tree | 3202c393539e51068b8db15a3289922bab912e73 | |
parent | 30458088f0f6acbb9581fecd2aa39d97c13d7373 (diff) |
Build with debug symbols enabled
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |