feat: add address sanitizer, persistent FIFO fds, and latency test
This commit is contained in:
committed by
Loic Coenen (aider)
parent
0537263a7a
commit
dd67576c45
@@ -1,6 +1,6 @@
|
||||
CC ?= gcc
|
||||
CFLAGS ?= -Wall -Wextra -g -Isrc
|
||||
LDFLAGS ?= -ljack -lm -lsndfile -lpthread
|
||||
CFLAGS ?= -Wall -Wextra -g -Isrc -fsanitize=address -fno-omit-frame-pointer
|
||||
LDFLAGS ?= -fsanitize=address -ljack -lm -lsndfile -lpthread
|
||||
|
||||
SRC = src/main.c src/looper.c src/channel.c src/midi.c src/queue.c src/pipe.c src/ringbuffer.c src/wav.c src/log.c
|
||||
OBJ = $(SRC:.c=.o)
|
||||
|
||||
Reference in New Issue
Block a user