From 06946c8066e7b3045a5608bc75cd773cbe4d3f4e Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Fri, 3 Oct 2025 22:17:07 +0200 Subject: [PATCH] add bounds checking --- makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/makefile b/makefile index 7169be1..4f8ebb6 100644 --- a/makefile +++ b/makefile @@ -1,14 +1,10 @@ -# Makefile -# Compiler and flags CC := gcc -CFLAGS := -Wall -Wextra -O2 +CFLAGS := -Wall -Wextra -O2 -fsanitize=address LDFLAGS := -lcriterion -# Output binary TESTBIN := /tmp/all_tests -# Phony target .PHONY: test test: