@@ -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
The note is not visible to the blocked user.