build: add sanitizer flags to CFLAGS
This commit is contained in:
committed by
Loic Coenen (aider)
parent
08d1b3508f
commit
23a6d09f1f
2
makefile
2
makefile
@@ -1,5 +1,5 @@
|
|||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -Wall -Wextra -std=c99 -D_POSIX_C_SOURCE=200809L -Ilib
|
CFLAGS = -Wall -Wextra -std=c99 -D_POSIX_C_SOURCE=200809L -Ilib -fsanitize=address,undefined
|
||||||
LDFLAGS = -ljack -lm -lncurses
|
LDFLAGS = -ljack -lm -lncurses
|
||||||
|
|
||||||
all: jack-looper test_engine test_tui test_gui test_cli
|
all: jack-looper test_engine test_tui test_gui test_cli
|
||||||
|
|||||||
Reference in New Issue
Block a user