fix: update CFLAGS to use thread sanitizer and debug symbols

This commit is contained in:
Loic Coenen
2026-05-02 10:18:02 +00:00
committed by Loic Coenen (aider)
parent 8dff1ade1a
commit c48394f341

View File

@@ -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