From c48394f3419a71edac25852a9e67c8f055f71fb0 Mon Sep 17 00:00:00 2001 From: Loic Coenen Date: Sat, 2 May 2026 10:18:02 +0000 Subject: [PATCH] fix: update CFLAGS to use thread sanitizer and debug symbols --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4dcd7c9..5cee044 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ CC = gcc -CFLAGS = -Wall -Wextra -std=c99 -D_POSIX_C_SOURCE=200809L -Ilib -fsanitize=address,undefined +CFLAGS = -Wall -Wextra -std=c99 -D_POSIX_C_SOURCE=200809L -Ilib -fsanitize=thread -g LDFLAGS = -ljack -lm -lncurses all: jack-looper test_engine test_tui test_gui test_cli test_stress