From eea4aace619c1d39af1c693c435780631cee6261 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 8 Jun 2025 15:08:25 +0100 Subject: [PATCH] Use sanitizers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea6a3ca..465efe9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = clang CXX = clang++ -CFLAGS = -Wall -Wextra -Werror -pedantic -g +CFLAGS = -Wall -Wextra -Werror -pedantic -g -fsanitize=address,undefined CCLOX_SRC = cclox_src/*.cc CCLOX_OUT = cclox