~ac/chnode

973eb0f02d1cd0aeacd5b264df83cbca5b3f217e — Ant Cosentino 3 years ago 46f80d8
fix -d options, add trace option for plain make
1 files changed, 3 insertions(+), 0 deletions(-)

M Makefile
M Makefile => Makefile +3 -0
@@ 3,6 3,8 @@ chnode: *.c
	cc \
		-fsanitize=undefined,nullability,integer \
		-Wall \
		-D PREFIX="\"$(shell echo $$HOME)\"" \
		-D TRACE \
		-pedantic \
		$^ \
		$(shell curl-config --libs) \


@@ 13,6 15,7 @@ install: *.c
	cc \
		-O3 \
		-D_FORTIFY_SOURCE=2 \
		-D PREFIX="\"$(PREFIX)\"" \
		-Wall \
		-pedantic \
		$^ \