remove debug flags

This commit is contained in:
Chris Cromer 2021-07-22 22:25:13 -04:00
parent 83c0aa17b1
commit 55e8074310
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CC=clang
CFLAGS=-Wall -Isrc/include -DDEBUG -g -std=c11
CFLAGS=-Wall -Isrc/include -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