eleve g3 dans makefile

This commit is contained in:
hugogogo
2022-01-31 19:32:17 +01:00
parent 2fa49b3242
commit ef2eb4e921
2 changed files with 3 additions and 28 deletions

View File

@@ -2,7 +2,7 @@ NAME = philo
CC = clang
CFLAGS = -Wall -Wextra -Werror $(INCLUDES) -g3 # del g3
CFLAGS = -Wall -Wextra -Werror $(INCLUDES)
VPATH = $(DIR_SRCS)
DIR_SRCS = srcs