From a44c59b6ab7b45bd52408bb67c17b6aa09aefeef Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 18 Aug 2024 01:15:01 +0300 Subject: enable analyzer for tasm, fix some reported issues --- tasm/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tasm/Makefile') diff --git a/tasm/Makefile b/tasm/Makefile index d2a1e69..2a28c21 100644 --- a/tasm/Makefile +++ b/tasm/Makefile @@ -20,6 +20,10 @@ setup: @echo -n > deps.mk @./scripts/gen-deps -p TASM -c COMPILE_TASM -b tasm "${TASM_SOURCES}" +.PHONY: analyze +analyze: setup + CC='gcc -fanalyzer' SKIP_ANALYZER='-fno-analyzer' $(MAKE) -f scripts/makefile + CLEANUP := build deps.mk tasm CLEANUP_CMD := TASM_SOURCES := ../core/bits.c -- cgit v1.3