readd debug symbols into the binary

This commit is contained in:
Chris Cromer 2021-07-26 01:20:57 -04:00
parent 6d762ed778
commit 1477bc8598
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CC=clang
CFLAGS=-Wall -Isrc/include -std=c11
CFLAGS=-Wall -Isrc/include -g -std=c11
LDFLAGS=
FILENAME=myshellin
SRC=src/myshellin.c src/loop.c src/console_line.c src/array.c src/builtins.c src/launch.c src/utils.c src/redirect.c