Skip to content

Commit

Permalink
Remove -g from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Reaster0 committed May 31, 2021
1 parent 660b1df commit 7242aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SRCS = $(addprefix $(SRCS_DIR)/, $(FILES))
OBJS = $(SRCS:.c=.o)
NAME = minishell
CC = clang
CFLAGS = -g -Wall -Wextra -Werror
CFLAGS = -Wall -Wextra -Werror
LIBS = -ltermcap
INCLUDES = -Iincludes

Expand Down

0 comments on commit 7242aaf

Please sign in to comment.