fix: update CFLAGS to use thread sanitizer and debug symbols
This commit is contained in:
committed by
Loic Coenen (aider)
parent
8dff1ade1a
commit
c48394f341
2
makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user