From 5bd93f1d60c7fc08590c12e3831e885db209855d Mon Sep 17 00:00:00 2001 From: David Date: Thu, 8 Jan 2026 23:26:49 +0200 Subject: [PATCH] fix: remov sanitize options from debug flags --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 2e7d487..cd6e707 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ RELEASE_flags=-DNDEBUG -O2 -g0 -DEBUG_flags=-std=c23 -DDEBUG -Wall -Wno-unknown-pragmas -Wpedantic -Wshadow -Wextra -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=int-conversion -Wvla -g -Og -fsanitize=address -fsanitize=undefined +DEBUG_flags=-std=c23 -DDEBUG -Wall -Wno-unknown-pragmas -Wpedantic -Wshadow -Wextra -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=int-conversion -Wvla -g -Og clean: rm -fr bin