Skip to content

Commit 4b8d17f

Browse files
authored
Comment out CFLAGS in Makefile
Comment out CFLAGS for conditional compilation.
1 parent 2d1a699 commit 4b8d17f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
NAME = minishell
22

33
# flags
4-
CFLAGS = -Wall -Werror -Wextra
5-
CFLAGS += -g3
4+
# CFLAGS = -Wall -Werror -Wextra
5+
# CFLAGS += -g3
66
# CFLAGS += -DMINIHISTFILEPATH="\"/.minishell_test_history\""
77

88
# NDEBUG is a macro that disables the debug prints - uncomment to disable them

0 commit comments

Comments
 (0)