Makefile: added VERBOSE_LOGS=1 declaration to DFLAGS for debug build
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ TEST=$(DIST)/test.out
|
|||||||
|
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
GFLAGS=-Wall -Wextra -Wpedantic -std=c23 -I./include/
|
GFLAGS=-Wall -Wextra -Wpedantic -std=c23 -I./include/
|
||||||
DFLAGS=-ggdb -fsanitize=address -fsanitize=undefined
|
DFLAGS=-ggdb -fsanitize=address -fsanitize=undefined -DVERBOSE_LOGS=1
|
||||||
RFLAGS=-O3
|
RFLAGS=-O3
|
||||||
|
|
||||||
MODE=release
|
MODE=release
|
||||||
|
|||||||
Reference in New Issue
Block a user