Add ft_vprintf_precision_bonus and define HEXA_LOWER HEXA_UPPER
This commit is contained in:
5
Makefile
5
Makefile
@@ -6,7 +6,7 @@
|
||||
# By: gbaconni@student.42lausanne.ch +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2022/01/18 15:11:16 by gbaconni #+# #+# #
|
||||
# Updated: 2022/04/29 09:33:14 by gbaconni ### ########.fr #
|
||||
# Updated: 2022/04/29 10:12:47 by gbaconni ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
#
|
||||
@@ -41,6 +41,9 @@ endif
|
||||
ifeq ($(DEBUG), 1)
|
||||
CFLAGS += -g -O0 -fsanitize=address -fsanitize=undefined -fsanitize=signed-integer-overflow
|
||||
endif
|
||||
ifeq ($(BONUS), 1)
|
||||
CFLAGS += -D BONUS=1
|
||||
endif
|
||||
|
||||
VALGRIND = valgrind
|
||||
VALGRINDFLAGS = --quiet --leak-check=full --show-leak-kinds=all
|
||||
|
||||
Reference in New Issue
Block a user